Html Css Color HEX #209972 Elf Green

📋 copy color: '#209972'

red 32 ◦ green 153 ◦ blue 114

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

Shades of Elf Green #209972

Tints of Elf Green #209972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.17%

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

R = 10.7%
G = 51.17%
B = 38.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#209972 (or 0x209972) is known color: Elf Green. HEX triplet: 20, 99 and 72. RGB value is (32,153,114). Sum of RGB (Red+Green+Blue) = 32+153+114=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #209972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209972 is #DF668D. Grayscale: #707070. Windows color (decimal): -14640782 or 7510304. OLE color: 7510304.

HSL color Cylindrical-coordinate representation of color #209972: hue angle of 160.66º 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 #209972 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 153 114 -
CMYK 0.79 0 0.25 0.4
HSL 160.66º 0.65% 0.36% -
HSV(B) 160.66º 0.79% 0.6% -
XYZ 15.02 24.3 19.82 -
YUV 112.38 128.91 70.67 -
System Red Green Blue C M Y K H S L
Decimal 32 153 114 0.79 0 0.25 0.4 160.66 0.65 0.36
Hex 20 99 72 4F 0 19 28 A1 41 24
Octal 40 231 162 117 0 31 50 241 101 44
Binary 100000 10011001 1110010 1001111 0 11001 101000 10100001 1000001 100100

Color Harmonies of #209972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209972

Black with #209972

Text Example


Text Example

White with #209972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209972; }

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

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

background-color css

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

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

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

border-color css

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

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

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