Html Css Color HEX #208972 Elf Green

📋 copy color: '#208972'

red 32 ◦ green 137 ◦ blue 114

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

Shades of Elf Green #208972

Tints of Elf Green #208972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.41%

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

R = 11.31%
G = 48.41%
B = 40.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#208972 (or 0x208972) is known color: Elf Green. HEX triplet: 20, 89 and 72. RGB value is (32,137,114). Sum of RGB (Red+Green+Blue) = 32+137+114=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #208972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208972 is #DF768D. Grayscale: #666666. Windows color (decimal): -14644878 or 7506208. OLE color: 7506208.

HSL color Cylindrical-coordinate representation of color #208972: hue angle of 166.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208972 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 137 114 -
CMYK 0.77 0 0.17 0.46
HSL 166.86º 0.62% 0.33% -
HSV(B) 166.86º 0.77% 0.54% -
XYZ 12.58 19.41 19 -
YUV 102.98 134.21 77.37 -
System Red Green Blue C M Y K H S L
Decimal 32 137 114 0.77 0 0.17 0.46 166.86 0.62 0.33
Hex 20 89 72 4D 0 11 2E A7 3E 21
Octal 40 211 162 115 0 21 56 247 76 41
Binary 100000 10001001 1110010 1001101 0 10001 101110 10100111 111110 100001

Color Harmonies of #208972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208972

Black with #208972

Text Example


Text Example

White with #208972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208972; }

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

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

background-color css

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

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

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

border-color css

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

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

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