Shades of Pine Tree #202F10
Tints of Pine Tree #202F10
RGB
CMYK
RGB Variations
Color information
#202F10 (or 0x202F10) is known color: Pine Tree. HEX triplet: 20, 2F and 10. RGB value is (32,47,16). Sum of RGB (Red+Green+Blue) = 32+47+16=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 47 (18.75% from 255 or 49.47% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 47 - color contains mainly: green. Hex color #202F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202F10 is #DFD0EF. Grayscale: #272727. Windows color (decimal): -14668016 or 1060640. OLE color: 1060640.
HSL color Cylindrical-coordinate representation of color #202F10: hue angle of 89.03º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #202F10 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 47 | 16 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.82 |
| HSL | 89.03º | 0.49% | 0.12% | - |
| HSV(B) | 89.03º | 0.66% | 0.18% | - |
| XYZ | 1.71 | 2.38 | 0.86 | - |
| YUV | 38.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 16 | 0.32 | 0 | 0.66 | 0.82 | 89.03 | 0.49 | 0.12 |
| Hex | 20 | 2F | 10 | 20 | 0 | 42 | 52 | 59 | 31 | C |
| Octal | 40 | 57 | 20 | 40 | 0 | 102 | 122 | 131 | 61 | 14 |
| Binary | 100000 | 101111 | 10000 | 100000 | 0 | 1000010 | 1010010 | 1011001 | 110001 | 1100 |
Color Harmonies of #202F10
Complementary color
Monochromatic Colors of #202F10
Black with #202F10
Text Example
Text Example
White with #202F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F10; }
p { color: rgb(32,47,16); }
H1.HeaderClassName
{
color: #202F10;
}
.AnyTagClassName
{
color: #202F10;
}
</style>
background-color css
<style>
a { background-color: #202F10; }
a { background-color: rgb(32,47,16); }
div.DivClassName
{
background-color: #202F10;
}
.BgClassName
{
background-color: #202F10;
}
</style>
border-color css
<style>
span { border-color: #202F10; }
span { border-color: rgb(32,47,16); }
td.TdClassName
{
border-color: #202F10;
}
.TagClassName
{
border-color: #202F10;
}
</style>