#20946F

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

Shades of Elf Green #20946F

Tints of Elf Green #20946F

Color information

#20946F (or 0x20946F) is unknown color: approx Elf Green. HEX triplet: 20, 94 and 6F. RGB value is (32,148,111). Sum of RGB (Red+Green+Blue) = 32+148+111=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #20946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20946F is #DF6B90. Grayscale: #6D6D6D. Windows color (decimal): -14642065 or 7312416. OLE color: 7312416.

HSL color Cylindrical-coordinate representation of color #20946F: hue angle of 160.86º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20946F is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB32148111-
CMYK0.7800.250.42
HSL160.86º64.44%35.29%-
HSV(B)160.86º78.38%58.04%-
XYZ14.0522.6318.67-
YUV109.1129.0773.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.00%
GREEN value IS 148 (58.20% from 255) = 50.86%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=11.00%
G=50.86%
B=38.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321481110.7800.250.42160.8664.4435.29
Hex20946F4E0192Aa14023
Octal402241571160315224110043
Binary1000001001010011011111001110011001101010101000011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,148,111); }

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

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

 a { background-color: rgb(32,148,111); }

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

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

 span { border-color: rgb(32,148,111); }

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