#20917F

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

Shades of Elf Green #20917F

Tints of Elf Green #20917F

Color information

#20917F (or 0x20917F) is unknown color: approx Elf Green. HEX triplet: 20, 91 and 7F. RGB value is (32,145,127). Sum of RGB (Red+Green+Blue) = 32+145+127=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #20917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20917F is #DF6E80. Grayscale: #6D6D6D. Windows color (decimal): -14642817 or 8360224. OLE color: 8360224.

HSL color Cylindrical-coordinate representation of color #20917F: hue angle of 170.44º 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 #20917F is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB32145127-
CMYK0.7800.120.43
HSL170.44º63.84%34.71%-
HSV(B)170.44º77.93%56.86%-
XYZ14.5522.0923.58-
YUV109.16138.0672.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.53%
GREEN value IS 145 (57.03% from 255) = 47.70%
BLUE value IS 127 (50% from 255) = 41.78%
R=10.53%
G=47.70%
B=41.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321451270.7800.120.43170.4463.8434.71
Hex20917F4E0C2Baa4023
Octal402211771160145325210043
Binary100000100100011111111100111001100101011101010101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20917F; }

 p { color: rgb(32,145,127); }

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

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

 a { background-color: rgb(32,145,127); }

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

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

 span { border-color: rgb(32,145,127); }

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