#209D72

Color #209D72 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #209D72

Tints of Elf Green #209D72

Color information

#209D72 (or 0x209D72) is unknown color: approx Elf Green. HEX triplet: 20, 9D and 72. RGB value is (32,157,114). Sum of RGB (Red+Green+Blue) = 32+157+114=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #209D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D72 is #DF628D. Grayscale: #727272. Windows color (decimal): -14639758 or 7511328. OLE color: 7511328.

HSL color Cylindrical-coordinate representation of color #209D72: hue angle of 159.36º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209D72 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB32157114-
CMYK0.8000.270.38
HSL159.36º66.14%37.06%-
HSV(B)159.36º79.62%61.57%-
XYZ15.6925.6420.04-
YUV114.72127.5969-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.56%
GREEN value IS 157 (61.72% from 255) = 51.82%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=10.56%
G=51.82%
B=37.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321571140.8000.270.38159.3666.1437.06
Hex209D725001B269f4225
Octal402351621200334623710245
Binary1000001001110111100101010000011011100110100111111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209D72; }

 p { color: rgb(32,157,114); }

 H1.HeaderClassName
 {
   color: #209D72;
 }
 .AnyTagClassName
 {
   color: #209D72;
 }
</style>
background-color css

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

 a { background-color: rgb(32,157,114); }

 div.DivClassName
 {
   background-color: #209D72;
 }
 .BgClassName
 {
   background-color: #209D72;
 }
</style>
border-color css

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

 span { border-color: rgb(32,157,114); }

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