Html Css Color HEX #209370 Elf Green

📋 copy color: '#209370'

red 32 ◦ green 147 ◦ blue 112

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

Shades of Elf Green #209370

Tints of Elf Green #209370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.52%

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 11%
G = 50.52%
B = 38.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#209370 (or 0x209370) is known color: Elf Green. HEX triplet: 20, 93 and 70. RGB value is (32,147,112). Sum of RGB (Red+Green+Blue) = 32+147+112=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #209370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209370 is #DF6C8F. Grayscale: #6C6C6C. Windows color (decimal): -14642320 or 7377696. OLE color: 7377696.

HSL color Cylindrical-coordinate representation of color #209370: hue angle of 161.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209370 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 147 112 -
CMYK 0.78 0 0.24 0.42
HSL 161.74º 0.64% 0.35% -
HSV(B) 161.74º 0.78% 0.58% -
XYZ 13.95 22.34 18.91 -
YUV 108.63 129.9 73.35 -
System Red Green Blue C M Y K H S L
Decimal 32 147 112 0.78 0 0.24 0.42 161.74 0.64 0.35
Hex 20 93 70 4E 0 18 2A A2 40 23
Octal 40 223 160 116 0 30 52 242 100 43
Binary 100000 10010011 1110000 1001110 0 11000 101010 10100010 1000000 100011

Color Harmonies of #209370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209370

Black with #209370

Text Example


Text Example

White with #209370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209370; }

 p { color: rgb(32,147,112); }

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

background-color css

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

 a { background-color: rgb(32,147,112); }

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

border-color css

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

 span { border-color: rgb(32,147,112); }

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