#20977B

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

Shades of Elf Green #20977B

Tints of Elf Green #20977B

Color information

#20977B (or 0x20977B) is unknown color: approx Elf Green. HEX triplet: 20, 97 and 7B. RGB value is (32,151,123). Sum of RGB (Red+Green+Blue) = 32+151+123=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #20977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20977B is #DF6884. Grayscale: #707070. Windows color (decimal): -14641285 or 8099616. OLE color: 8099616.

HSL color Cylindrical-coordinate representation of color #20977B: hue angle of 165.88º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20977B is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB32151123-
CMYK0.7900.190.41
HSL165.88º65.03%35.88%-
HSV(B)165.88º78.81%59.22%-
XYZ15.2423.8722.54-
YUV112.23134.0870.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.46%
GREEN value IS 151 (59.38% from 255) = 49.35%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=10.46%
G=49.35%
B=40.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal321511230.7900.190.41165.8865.0335.88
Hex20977B4F01329a64124
Octal402271731170235124610144
Binary1000001001011111110111001111010011101001101001101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,151,123); }

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

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

 a { background-color: rgb(32,151,123); }

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

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

 span { border-color: rgb(32,151,123); }

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