Html Css Color HEX #209872 Elf Green

📋 copy color: '#209872'

red 32 ◦ green 152 ◦ blue 114

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

Shades of Elf Green #209872

Tints of Elf Green #209872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.01%

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

R = 10.74%
G = 51.01%
B = 38.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#209872 (or 0x209872) is known color: Elf Green. HEX triplet: 20, 98 and 72. RGB value is (32,152,114). Sum of RGB (Red+Green+Blue) = 32+152+114=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #209872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209872 is #DF678D. Grayscale: #6F6F6F. Windows color (decimal): -14641038 or 7510048. OLE color: 7510048.

HSL color Cylindrical-coordinate representation of color #209872: hue angle of 161º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209872 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 152 114 -
CMYK 0.79 0 0.25 0.40
HSL 161º 0.65% 0.36% -
HSV(B) 161º 0.79% 0.6% -
XYZ 14.86 23.98 19.76 -
YUV 111.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 32 152 114 0.79 0 0.25 0.40 161 0.65 0.36
Hex 20 98 72 4F 0 19 28 A1 41 24
Octal 40 230 162 117 0 31 50 241 101 44
Binary 100000 10011000 1110010 1001111 0 11001 101000 10100001 1000001 100100

Color Harmonies of #209872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209872

Black with #209872

Text Example


Text Example

White with #209872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209872; }

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

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

background-color css

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

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

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

border-color css

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

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

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