#20926B

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

Shades of Elf Green #20926B

Tints of Elf Green #20926B

Color information

#20926B (or 0x20926B) is unknown color: approx Elf Green. HEX triplet: 20, 92 and 6B. RGB value is (32,146,107). Sum of RGB (Red+Green+Blue) = 32+146+107=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #20926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20926B is #DF6D94. Grayscale: #6B6B6B. Windows color (decimal): -14642581 or 7049760. OLE color: 7049760.

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

Color convert

RGB32146107-
CMYK0.7800.270.43
HSL159.47º64.04%34.9%-
HSV(B)159.47º78.08%57.25%-
XYZ13.5321.9317.43-
YUV107.47127.7374.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.23%
GREEN value IS 146 (57.42% from 255) = 51.23%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=11.23%
G=51.23%
B=37.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321461070.7800.270.43159.4764.0434.9
Hex20926B4E01B2B9f4023
Octal402221531160335323710043
Binary1000001001001011010111001110011011101011100111111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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