Html Css Color HEX #208872 Elf Green

📋 copy color: '#208872'

red 32 ◦ green 136 ◦ blue 114

#208872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #208872

Tints of Elf Green #208872

RGB

 RED value IS 32 (12.89% from 255) = 11.35%

 GREEN value IS 136 (53.52% from 255) = 48.23%

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 11.35%
G = 48.23%
B = 40.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#208872 (or 0x208872) is known color: Elf Green. HEX triplet: 20, 88 and 72. RGB value is (32,136,114). Sum of RGB (Red+Green+Blue) = 32+136+114=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #208872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208872 is #DF778D. Grayscale: #666666. Windows color (decimal): -14645134 or 7505952. OLE color: 7505952.

HSL color Cylindrical-coordinate representation of color #208872: hue angle of 167.31º 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 #208872 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 136 114 -
CMYK 0.76 0 0.16 0.47
HSL 167.31º 0.62% 0.33% -
HSV(B) 167.31º 0.76% 0.53% -
XYZ 12.44 19.13 18.96 -
YUV 102.4 134.54 77.79 -
System Red Green Blue C M Y K H S L
Decimal 32 136 114 0.76 0 0.16 0.47 167.31 0.62 0.33
Hex 20 88 72 4C 0 10 2F A7 3E 21
Octal 40 210 162 114 0 20 57 247 76 41
Binary 100000 10001000 1110010 1001100 0 10000 101111 10100111 111110 100001

Color Harmonies of #208872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208872

Black with #208872

Text Example


Text Example

White with #208872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208872; }

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

 H1.HeaderClassName
 {
   color: #208872;
 }
 .AnyTagClassName
 {
   color: #208872;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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