#20926C

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

Shades of Elf Green #20926C

Tints of Elf Green #20926C

Color information

#20926C (or 0x20926C) is unknown color: approx Elf Green. HEX triplet: 20, 92 and 6C. RGB value is (32,146,108). Sum of RGB (Red+Green+Blue) = 32+146+108=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #20926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20926C is #DF6D93. Grayscale: #6B6B6B. Windows color (decimal): -14642580 or 7115296. OLE color: 7115296.

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

Color convert

RGB32146108-
CMYK0.7800.260.43
HSL160º64.04%34.9%-
HSV(B)160º78.08%57.25%-
XYZ13.5821.9517.71-
YUV107.58128.2374.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.19%
GREEN value IS 146 (57.42% from 255) = 51.05%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=11.19%
G=51.05%
B=37.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321461080.7800.260.4316064.0434.9
Hex20926C4E01A2Ba04023
Octal402221541160325324010043
Binary1000001001001011011001001110011010101011101000001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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