Html Css Color HEX #209374 Elf Green

📋 copy color: '#209374'

red 32 ◦ green 147 ◦ blue 116

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

Shades of Elf Green #209374

Tints of Elf Green #209374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 10.85%
G = 49.83%
B = 39.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#209374 (or 0x209374) is known color: Elf Green. HEX triplet: 20, 93 and 74. RGB value is (32,147,116). Sum of RGB (Red+Green+Blue) = 32+147+116=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #209374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209374 is #DF6C8B. Grayscale: #6D6D6D. Windows color (decimal): -14642316 or 7639840. OLE color: 7639840.

HSL color Cylindrical-coordinate representation of color #209374: hue angle of 163.83º 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 #209374 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 147 116 -
CMYK 0.78 0 0.21 0.42
HSL 163.83º 0.64% 0.35% -
HSV(B) 163.83º 0.78% 0.58% -
XYZ 14.18 22.44 20.11 -
YUV 109.08 131.9 73.02 -
System Red Green Blue C M Y K H S L
Decimal 32 147 116 0.78 0 0.21 0.42 163.83 0.64 0.35
Hex 20 93 74 4E 0 15 2A A4 40 23
Octal 40 223 164 116 0 25 52 244 100 43
Binary 100000 10010011 1110100 1001110 0 10101 101010 10100100 1000000 100011

Color Harmonies of #209374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209374

Black with #209374

Text Example


Text Example

White with #209374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209374; }

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

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

background-color css

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

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

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

border-color css

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

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

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