Shades of Pine Tree #202E0F
Tints of Pine Tree #202E0F
RGB
CMYK
RGB Variations
Color information
#202E0F (or 0x202E0F) is known color: Pine Tree. HEX triplet: 20, 2E and 0F. RGB value is (32,46,15). Sum of RGB (Red+Green+Blue) = 32+46+15=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #202E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202E0F is #DFD1F0. Grayscale: #262626. Windows color (decimal): -14668273 or 994848. OLE color: 994848.
HSL color Cylindrical-coordinate representation of color #202E0F: hue angle of 87.1º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #202E0F is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 46 | 15 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.82 |
| HSL | 87.1º | 0.51% | 0.12% | - |
| HSV(B) | 87.1º | 0.67% | 0.18% | - |
| XYZ | 1.66 | 2.3 | 0.81 | - |
| YUV | 38.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 15 | 0.30 | 0 | 0.67 | 0.82 | 87.1 | 0.51 | 0.12 |
| Hex | 20 | 2E | F | 1E | 0 | 43 | 52 | 57 | 33 | C |
| Octal | 40 | 56 | 17 | 36 | 0 | 103 | 122 | 127 | 63 | 14 |
| Binary | 100000 | 101110 | 1111 | 11110 | 0 | 1000011 | 1010010 | 1010111 | 110011 | 1100 |
Color Harmonies of #202E0F
Complementary color
Monochromatic Colors of #202E0F
Black with #202E0F
Text Example
Text Example
White with #202E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E0F; }
p { color: rgb(32,46,15); }
H1.HeaderClassName
{
color: #202E0F;
}
.AnyTagClassName
{
color: #202E0F;
}
</style>
background-color css
<style>
a { background-color: #202E0F; }
a { background-color: rgb(32,46,15); }
div.DivClassName
{
background-color: #202E0F;
}
.BgClassName
{
background-color: #202E0F;
}
</style>
border-color css
<style>
span { border-color: #202E0F; }
span { border-color: rgb(32,46,15); }
td.TdClassName
{
border-color: #202E0F;
}
.TagClassName
{
border-color: #202E0F;
}
</style>