Shades of Pine Tree #202F03
Tints of Pine Tree #202F03
RGB
CMYK
RGB Variations
Color information
#202F03 (or 0x202F03) is known color: Pine Tree. HEX triplet: 20, 2F and 03. RGB value is (32,47,3). Sum of RGB (Red+Green+Blue) = 32+47+3=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #202F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202F03 is #DFD0FC. Grayscale: #252525. Windows color (decimal): -14668029 or 208672. OLE color: 208672.
HSL color Cylindrical-coordinate representation of color #202F03: hue angle of 80.45º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #202F03 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 47 | 3 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.82 |
| HSL | 80.45º | 0.88% | 0.1% | - |
| HSV(B) | 80.45º | 0.94% | 0.18% | - |
| XYZ | 1.63 | 2.35 | 0.45 | - |
| YUV | 37.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 3 | 0.32 | 0 | 0.94 | 0.82 | 80.45 | 0.88 | 0.1 |
| Hex | 20 | 2F | 3 | 20 | 0 | 5E | 52 | 50 | 58 | A |
| Octal | 40 | 57 | 3 | 40 | 0 | 136 | 122 | 120 | 130 | 12 |
| Binary | 100000 | 101111 | 11 | 100000 | 0 | 1011110 | 1010010 | 1010000 | 1011000 | 1010 |
Color Harmonies of #202F03
Complementary color
Monochromatic Colors of #202F03
Black with #202F03
Text Example
Text Example
White with #202F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F03; }
p { color: rgb(32,47,3); }
H1.HeaderClassName
{
color: #202F03;
}
.AnyTagClassName
{
color: #202F03;
}
</style>
background-color css
<style>
a { background-color: #202F03; }
a { background-color: rgb(32,47,3); }
div.DivClassName
{
background-color: #202F03;
}
.BgClassName
{
background-color: #202F03;
}
</style>
border-color css
<style>
span { border-color: #202F03; }
span { border-color: rgb(32,47,3); }
td.TdClassName
{
border-color: #202F03;
}
.TagClassName
{
border-color: #202F03;
}
</style>