Shades of Pine Tree #202F02
Tints of Pine Tree #202F02
RGB
CMYK
RGB Variations
Color information
#202F02 (or 0x202F02) is known color: Pine Tree. HEX triplet: 20, 2F and 02. RGB value is (32,47,2). Sum of RGB (Red+Green+Blue) = 32+47+2=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 47 (18.75% from 255 or 58.02% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 47 - color contains mainly: green. Hex color #202F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202F02 is #DFD0FD. Grayscale: #252525. Windows color (decimal): -14668030 or 143136. OLE color: 143136.
HSL color Cylindrical-coordinate representation of color #202F02: hue angle of 80º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #202F02 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 47 | 2 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.82 |
| HSL | 80º | 0.92% | 0.1% | - |
| HSV(B) | 80º | 0.96% | 0.18% | - |
| XYZ | 1.62 | 2.34 | 0.42 | - |
| YUV | 37.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 2 | 0.32 | 0 | 0.96 | 0.82 | 80 | 0.92 | 0.1 |
| Hex | 20 | 2F | 2 | 20 | 0 | 60 | 52 | 50 | 5C | A |
| Octal | 40 | 57 | 2 | 40 | 0 | 140 | 122 | 120 | 134 | 12 |
| Binary | 100000 | 101111 | 10 | 100000 | 0 | 1100000 | 1010010 | 1010000 | 1011100 | 1010 |
Color Harmonies of #202F02
Complementary color
Monochromatic Colors of #202F02
Black with #202F02
Text Example
Text Example
White with #202F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F02; }
p { color: rgb(32,47,2); }
H1.HeaderClassName
{
color: #202F02;
}
.AnyTagClassName
{
color: #202F02;
}
</style>
background-color css
<style>
a { background-color: #202F02; }
a { background-color: rgb(32,47,2); }
div.DivClassName
{
background-color: #202F02;
}
.BgClassName
{
background-color: #202F02;
}
</style>
border-color css
<style>
span { border-color: #202F02; }
span { border-color: rgb(32,47,2); }
td.TdClassName
{
border-color: #202F02;
}
.TagClassName
{
border-color: #202F02;
}
</style>