Html Css Color HEX #209275 Elf Green

📋 copy color: '#209275'

red 32 ◦ green 146 ◦ blue 117

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

Shades of Elf Green #209275

Tints of Elf Green #209275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.49%

 BLUE value IS 117 (46.09% from 255) = 39.66%

R = 10.85%
G = 49.49%
B = 39.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#209275 (or 0x209275) is known color: Elf Green. HEX triplet: 20, 92 and 75. RGB value is (32,146,117). Sum of RGB (Red+Green+Blue) = 32+146+117=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #209275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209275 is #DF6D8A. Grayscale: #6C6C6C. Windows color (decimal): -14642571 or 7705120. OLE color: 7705120.

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

Color convert

RGB 32 146 117 -
CMYK 0.78 0 0.20 0.43
HSL 164.74º 0.64% 0.35% -
HSV(B) 164.74º 0.78% 0.57% -
XYZ 14.09 22.15 20.36 -
YUV 108.61 132.73 73.36 -
System Red Green Blue C M Y K H S L
Decimal 32 146 117 0.78 0 0.20 0.43 164.74 0.64 0.35
Hex 20 92 75 4E 0 14 2B A5 40 23
Octal 40 222 165 116 0 24 53 245 100 43
Binary 100000 10010010 1110101 1001110 0 10100 101011 10100101 1000000 100011

Color Harmonies of #209275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209275

Black with #209275

Text Example


Text Example

White with #209275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209275; }

 p { color: rgb(32,146,117); }

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

background-color css

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

 a { background-color: rgb(32,146,117); }

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

border-color css

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

 span { border-color: rgb(32,146,117); }

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