#20896B

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

Shades of Elf Green #20896B

Tints of Elf Green #20896B

Color information

#20896B (or 0x20896B) is unknown color: approx Elf Green. HEX triplet: 20, 89 and 6B. RGB value is (32,137,107). Sum of RGB (Red+Green+Blue) = 32+137+107=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #20896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20896B is #DF7694. Grayscale: #666666. Windows color (decimal): -14644885 or 7047456. OLE color: 7047456.

HSL color Cylindrical-coordinate representation of color #20896B: hue angle of 162.86º 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 #20896B is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB32137107-
CMYK0.7700.220.46
HSL162.86º62.13%33.14%-
HSV(B)162.86º76.64%53.73%-
XYZ12.219.2616.98-
YUV102.18130.7177.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.59%
GREEN value IS 137 (53.91% from 255) = 49.64%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=11.59%
G=49.64%
B=38.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal321371070.7700.220.46162.8662.1333.14
Hex20896B4D0162Ea33e21
Octal40211153115026562437641
Binary100000100010011101011100110101011010111010100011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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