#208869

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

Shades of Elf Green #208869

Tints of Elf Green #208869

Color information

#208869 (or 0x208869) is unknown color: approx Elf Green. HEX triplet: 20, 88 and 69. RGB value is (32,136,105). Sum of RGB (Red+Green+Blue) = 32+136+105=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #208869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208869 is #DF7796. Grayscale: #656565. Windows color (decimal): -14645143 or 6916128. OLE color: 6916128.

HSL color Cylindrical-coordinate representation of color #208869: hue angle of 162.12º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208869 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB32136105-
CMYK0.7600.230.47
HSL162.12º61.9%32.94%-
HSV(B)162.12º76.47%53.33%-
XYZ11.9518.9416.39-
YUV101.37130.0478.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.72%
GREEN value IS 136 (53.52% from 255) = 49.82%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=11.72%
G=49.82%
B=38.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321361050.7600.230.47162.1261.932.94
Hex2088694C0172Fa23e21
Octal40210151114027572427641
Binary100000100010001101001100110001011110111110100010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208869; }

 p { color: rgb(32,136,105); }

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

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

 a { background-color: rgb(32,136,105); }

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

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

 span { border-color: rgb(32,136,105); }

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