#2F8882

Color #2F8882 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #2F8882

Tints of Elm #2F8882

Color information

#2F8882 (or 0x2F8882) is unknown color: approx Elm. HEX triplet: 2F, 88 and 82. RGB value is (47,136,130). Sum of RGB (Red+Green+Blue) = 47+136+130=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8882 is #D0777D. Grayscale: #6C6C6C. Windows color (decimal): -13662078 or 8554543. OLE color: 8554543.

HSL color Cylindrical-coordinate representation of color #2F8882: hue angle of 175.96º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F8882 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB47136130-
CMYK0.6500.040.47
HSL175.96º48.63%35.88%-
HSV(B)175.96º65.44%53.33%-
XYZ14.0119.8224.21-
YUV108.7140.0183.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 15.02%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=15.02%
G=43.45%
B=41.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471361300.6500.040.47175.9648.6335.88
Hex2F888241042Fb03124
Octal5721020210104572606144
Binary10111110001000100000101000001010010111110110000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F8882; }

 p { color: rgb(47,136,130); }

 H1.HeaderClassName
 {
   color: #2F8882;
 }
 .AnyTagClassName
 {
   color: #2F8882;
 }
</style>
background-color css

<style>
 a { background-color: #2F8882; }

 a { background-color: rgb(47,136,130); }

 div.DivClassName
 {
   background-color: #2F8882;
 }
 .BgClassName
 {
   background-color: #2F8882;
 }
</style>
border-color css

<style>
 span { border-color: #2F8882; }

 span { border-color: rgb(47,136,130); }

 td.TdClassName
 {
   border-color: #2F8882;
 }
 .TagClassName
 {
   border-color: #2F8882;
 }
</style>