Html Css Color HEX #209473 Elf Green

📋 copy color: '#209473'

red 32 ◦ green 148 ◦ blue 115

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

Shades of Elf Green #209473

Tints of Elf Green #209473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 10.85%
G = 50.17%
B = 38.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#209473 (or 0x209473) is known color: Elf Green. HEX triplet: 20, 94 and 73. RGB value is (32,148,115). Sum of RGB (Red+Green+Blue) = 32+148+115=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #209473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209473 is #DF6B8C. Grayscale: #6D6D6D. Windows color (decimal): -14642061 or 7574560. OLE color: 7574560.

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

Color convert

RGB 32 148 115 -
CMYK 0.78 0 0.22 0.42
HSL 162.93º 0.64% 0.35% -
HSV(B) 162.93º 0.78% 0.58% -
XYZ 14.28 22.72 19.85 -
YUV 109.55 131.07 72.68 -
System Red Green Blue C M Y K H S L
Decimal 32 148 115 0.78 0 0.22 0.42 162.93 0.64 0.35
Hex 20 94 73 4E 0 16 2A A3 40 23
Octal 40 224 163 116 0 26 52 243 100 43
Binary 100000 10010100 1110011 1001110 0 10110 101010 10100011 1000000 100011

Color Harmonies of #209473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209473

Black with #209473

Text Example


Text Example

White with #209473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209473; }

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

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

background-color css

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

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

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

border-color css

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

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

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