#208f72

Color #208F72 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #208F72

Tints of Elf Green #208F72

Color information

#208F72 (or 0x208F72) is unknown color: approx Elf Green. HEX triplet: 20, 8F and 72. RGB value is (32,143,114). Sum of RGB (Red+Green+Blue) = 32+143+114=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #208F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208F72 is #DF708D. Grayscale: #6A6A6A. Windows color (decimal): -14643342 or 7507744. OLE color: 7507744.

HSL color Cylindrical-coordinate representation of color #208F72: hue angle of 164.32º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208F72 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB32143114-
CMYK0.7800.200.44
HSL164.32º63.43%34.31%-
HSV(B)164.32º77.62%56.08%-
XYZ13.4621.1719.3-
YUV106.5132.2374.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.07%
GREEN value IS 143 (56.25% from 255) = 49.48%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=11.07%
G=49.48%
B=39.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321431140.7800.200.44164.3263.4334.31
Hex208F724E0142Ca43f22
Octal40217162116024542447742
Binary100000100011111110010100111001010010110010100100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208f72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208f72; }

 p { color: rgb(32,143,114); }

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

<style>
 a { background-color: #208f72; }

 a { background-color: rgb(32,143,114); }

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

<style>
 span { border-color: #208f72; }

 span { border-color: rgb(32,143,114); }

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