#20896E

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

Shades of Elf Green #20896E

Tints of Elf Green #20896E

Color information

#20896E (or 0x20896E) is unknown color: approx Elf Green. HEX triplet: 20, 89 and 6E. RGB value is (32,137,110). Sum of RGB (Red+Green+Blue) = 32+137+110=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #20896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20896E is #DF7691. Grayscale: #666666. Windows color (decimal): -14644882 or 7244064. OLE color: 7244064.

HSL color Cylindrical-coordinate representation of color #20896E: hue angle of 164.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20896E is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB32137110-
CMYK0.7700.200.46
HSL164.57º62.13%33.14%-
HSV(B)164.57º76.64%53.73%-
XYZ12.3619.3217.83-
YUV102.53132.2177.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.47%
GREEN value IS 137 (53.91% from 255) = 49.10%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=11.47%
G=49.10%
B=39.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal321371100.7700.200.46164.5762.1333.14
Hex20896E4D0142Ea53e21
Octal40211156115024562457641
Binary100000100010011101110100110101010010111010100101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20896E; }

 p { color: rgb(32,137,110); }

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

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

 a { background-color: rgb(32,137,110); }

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

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

 span { border-color: rgb(32,137,110); }

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