#208F79

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

Shades of Elf Green #208F79

Tints of Elf Green #208F79

Color information

#208F79 (or 0x208F79) is unknown color: approx Elf Green. HEX triplet: 20, 8F and 79. RGB value is (32,143,121). Sum of RGB (Red+Green+Blue) = 32+143+121=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #208F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208F79 is #DF7086. Grayscale: #6B6B6B. Windows color (decimal): -14643335 or 7966496. OLE color: 7966496.

HSL color Cylindrical-coordinate representation of color #208F79: hue angle of 168.11º 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 #208F79 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB32143121-
CMYK0.7800.150.44
HSL168.11º63.43%34.31%-
HSV(B)168.11º77.62%56.08%-
XYZ13.8721.3321.48-
YUV107.3135.7374.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.81%
GREEN value IS 143 (56.25% from 255) = 48.31%
BLUE value IS 121 (47.66% from 255) = 40.88%
R=10.81%
G=48.31%
B=40.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321431210.7800.150.44168.1163.4334.31
Hex208F794E0F2Ca83f22
Octal40217171116017542507742
Binary10000010001111111100110011100111110110010101000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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