Html Css Color HEX #209476 Elf Green

📋 copy color: '#209476'

red 32 ◦ green 148 ◦ blue 118

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

Shades of Elf Green #209476

Tints of Elf Green #209476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.66%

 BLUE value IS 118 (46.48% from 255) = 39.6%

R = 10.74%
G = 49.66%
B = 39.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#209476 (or 0x209476) is known color: Elf Green. HEX triplet: 20, 94 and 76. RGB value is (32,148,118). Sum of RGB (Red+Green+Blue) = 32+148+118=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #209476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209476 is #DF6B89. Grayscale: #6D6D6D. Windows color (decimal): -14642058 or 7771168. OLE color: 7771168.

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

Color convert

RGB 32 148 118 -
CMYK 0.78 0 0.20 0.42
HSL 164.48º 0.64% 0.35% -
HSV(B) 164.48º 0.78% 0.58% -
XYZ 14.46 22.79 20.78 -
YUV 109.9 132.57 72.44 -
System Red Green Blue C M Y K H S L
Decimal 32 148 118 0.78 0 0.20 0.42 164.48 0.64 0.35
Hex 20 94 76 4E 0 14 2A A4 40 23
Octal 40 224 166 116 0 24 52 244 100 43
Binary 100000 10010100 1110110 1001110 0 10100 101010 10100100 1000000 100011

Color Harmonies of #209476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209476

Black with #209476

Text Example


Text Example

White with #209476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209476; }

 p { color: rgb(32,148,118); }

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

background-color css

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

 a { background-color: rgb(32,148,118); }

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

border-color css

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

 span { border-color: rgb(32,148,118); }

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