Shades of Pine Tree #202C07
Tints of Pine Tree #202C07
RGB
CMYK
RGB Variations
Color information
#202C07 (or 0x202C07) is known color: Pine Tree. HEX triplet: 20, 2C and 07. RGB value is (32,44,7). Sum of RGB (Red+Green+Blue) = 32+44+7=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 44 (17.58% from 255 or 53.01% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 44 - color contains mainly: green. Hex color #202C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202C07 is #DFD3F8. Grayscale: #242424. Windows color (decimal): -14668793 or 470048. OLE color: 470048.
HSL color Cylindrical-coordinate representation of color #202C07: hue angle of 79.46º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202C07 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 44 | 7 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.83 |
| HSL | 79.46º | 0.73% | 0.1% | - |
| HSV(B) | 79.46º | 0.84% | 0.17% | - |
| XYZ | 1.53 | 2.12 | 0.53 | - |
| YUV | 36.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 7 | 0.27 | 0 | 0.84 | 0.83 | 79.46 | 0.73 | 0.1 |
| Hex | 20 | 2C | 7 | 1B | 0 | 54 | 53 | 4F | 49 | A |
| Octal | 40 | 54 | 7 | 33 | 0 | 124 | 123 | 117 | 111 | 12 |
| Binary | 100000 | 101100 | 111 | 11011 | 0 | 1010100 | 1010011 | 1001111 | 1001001 | 1010 |
Color Harmonies of #202C07
Complementary color
Monochromatic Colors of #202C07
Black with #202C07
Text Example
Text Example
White with #202C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C07; }
p { color: rgb(32,44,7); }
H1.HeaderClassName
{
color: #202C07;
}
.AnyTagClassName
{
color: #202C07;
}
</style>
background-color css
<style>
a { background-color: #202C07; }
a { background-color: rgb(32,44,7); }
div.DivClassName
{
background-color: #202C07;
}
.BgClassName
{
background-color: #202C07;
}
</style>
border-color css
<style>
span { border-color: #202C07; }
span { border-color: rgb(32,44,7); }
td.TdClassName
{
border-color: #202C07;
}
.TagClassName
{
border-color: #202C07;
}
</style>