Shades of Pine Tree #202A04
Tints of Pine Tree #202A04
RGB
CMYK
RGB Variations
Color information
#202A04 (or 0x202A04) is known color: Pine Tree. HEX triplet: 20, 2A and 04. RGB value is (32,42,4). Sum of RGB (Red+Green+Blue) = 32+42+4=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 42 (16.80% from 255 or 53.85% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 42 - color contains mainly: green. Hex color #202A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202A04 is #DFD5FB. Grayscale: #222222. Windows color (decimal): -14669308 or 272928. OLE color: 272928.
HSL color Cylindrical-coordinate representation of color #202A04: hue angle of 75.79º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #202A04 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
RGB | 32 | 42 | 4 | - |
CMYK | 0.24 | 0 | 0.90 | 0.84 |
HSL | 75.79º | 0.83% | 0.09% | - |
HSV(B) | 75.79º | 0.9% | 0.16% | - |
XYZ | 1.45 | 1.97 | 0.42 | - |
YUV | 34.68 | 110.69 | 126.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 42 | 4 | 0.24 | 0 | 0.90 | 0.84 | 75.79 | 0.83 | 0.09 |
Hex | 20 | 2A | 4 | 18 | 0 | 5A | 54 | 4C | 53 | 9 |
Octal | 40 | 52 | 4 | 30 | 0 | 132 | 124 | 114 | 123 | 11 |
Binary | 100000 | 101010 | 100 | 11000 | 0 | 1011010 | 1010100 | 1001100 | 1010011 | 1001 |
Color Harmonies of #202A04
Complementary color
Monochromatic Colors of #202A04
Black with #202A04
Text Example
Text Example
White with #202A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A04; }
p { color: rgb(32,42,4); }
H1.HeaderClassName
{
color: #202A04;
}
.AnyTagClassName
{
color: #202A04;
}
</style>
background-color css
<style>
a { background-color: #202A04; }
a { background-color: rgb(32,42,4); }
div.DivClassName
{
background-color: #202A04;
}
.BgClassName
{
background-color: #202A04;
}
</style>
border-color css
<style>
span { border-color: #202A04; }
span { border-color: rgb(32,42,4); }
td.TdClassName
{
border-color: #202A04;
}
.TagClassName
{
border-color: #202A04;
}
</style>