Shades of Pine Tree #202E04
Tints of Pine Tree #202E04
RGB
CMYK
RGB Variations
Color information
#202E04 (or 0x202E04) is known color: Pine Tree. HEX triplet: 20, 2E and 04. RGB value is (32,46,4). Sum of RGB (Red+Green+Blue) = 32+46+4=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 46 (18.36% from 255 or 56.10% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 46 - color contains mainly: green. Hex color #202E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202E04 is #DFD1FB. Grayscale: #252525. Windows color (decimal): -14668284 or 273952. OLE color: 273952.
HSL color Cylindrical-coordinate representation of color #202E04: hue angle of 80º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #202E04 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 46 | 4 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.82 |
| HSL | 80º | 0.84% | 0.1% | - |
| HSV(B) | 80º | 0.91% | 0.18% | - |
| XYZ | 1.59 | 2.27 | 0.47 | - |
| YUV | 37.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 4 | 0.30 | 0 | 0.91 | 0.82 | 80 | 0.84 | 0.1 |
| Hex | 20 | 2E | 4 | 1E | 0 | 5B | 52 | 50 | 54 | A |
| Octal | 40 | 56 | 4 | 36 | 0 | 133 | 122 | 120 | 124 | 12 |
| Binary | 100000 | 101110 | 100 | 11110 | 0 | 1011011 | 1010010 | 1010000 | 1010100 | 1010 |
Color Harmonies of #202E04
Complementary color
Monochromatic Colors of #202E04
Black with #202E04
Text Example
Text Example
White with #202E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E04; }
p { color: rgb(32,46,4); }
H1.HeaderClassName
{
color: #202E04;
}
.AnyTagClassName
{
color: #202E04;
}
</style>
background-color css
<style>
a { background-color: #202E04; }
a { background-color: rgb(32,46,4); }
div.DivClassName
{
background-color: #202E04;
}
.BgClassName
{
background-color: #202E04;
}
</style>
border-color css
<style>
span { border-color: #202E04; }
span { border-color: rgb(32,46,4); }
td.TdClassName
{
border-color: #202E04;
}
.TagClassName
{
border-color: #202E04;
}
</style>