#20826A

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

Shades of Elf Green #20826A

Tints of Elf Green #20826A

Color information

#20826A (or 0x20826A) is unknown color: approx Elf Green. HEX triplet: 20, 82 and 6A. RGB value is (32,130,106). Sum of RGB (Red+Green+Blue) = 32+130+106=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #20826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20826A is #DF7D95. Grayscale: #616161. Windows color (decimal): -14646678 or 6980128. OLE color: 6980128.

HSL color Cylindrical-coordinate representation of color #20826A: hue angle of 165.31º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20826A is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB32130106-
CMYK0.7500.180.49
HSL165.31º60.49%31.76%-
HSV(B)165.31º75.38%50.98%-
XYZ11.1817.3116.39-
YUV97.96132.5380.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.94%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=11.94%
G=48.51%
B=39.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321301060.7500.180.49165.3160.4931.76
Hex20826A4B01231a53c20
Octal40202152113022612457440
Binary100000100000101101010100101101001011000110100101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20826A; }

 p { color: rgb(32,130,106); }

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

<style>
 a { background-color: #20826A; }

 a { background-color: rgb(32,130,106); }

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

<style>
 span { border-color: #20826A; }

 span { border-color: rgb(32,130,106); }

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