Shades of Pine Tree #0C1602
Tints of Pine Tree #0C1602
RGB
CMYK
RGB Variations
Color information
#0C1602 (or 0x0C1602) is known color: Pine Tree. HEX triplet: 0C, 16 and 02. RGB value is (12,22,2). Sum of RGB (Red+Green+Blue) = 12+22+2=36 (4% of max value = 765). Red value is 12 (5.08% from 255 or 33.33% from 36); Green value is 22 (8.98% from 255 or 61.11% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 22 - color contains mainly: green. Hex color #0C1602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1602 is #F3E9FD. Grayscale: #101010. Windows color (decimal): -15985150 or 136716. OLE color: 136716.
HSL color Cylindrical-coordinate representation of color #0C1602: hue angle of 90º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C1602 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 22 | 2 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.91 |
| HSL | 90º | 0.83% | 0.05% | - |
| HSV(B) | 90º | 0.91% | 0.09% | - |
| XYZ | 0.45 | 0.66 | 0.16 | - |
| YUV | 16.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 2 | 0.45 | 0 | 0.91 | 0.91 | 90 | 0.83 | 0.05 |
| Hex | C | 16 | 2 | 2D | 0 | 5B | 5B | 5A | 53 | 5 |
| Octal | 14 | 26 | 2 | 55 | 0 | 133 | 133 | 132 | 123 | 5 |
| Binary | 1100 | 10110 | 10 | 101101 | 0 | 1011011 | 1011011 | 1011010 | 1010011 | 101 |
Color Harmonies of #0C1602
Complementary color
Monochromatic Colors of #0C1602
Black with #0C1602
Text Example
Text Example
White with #0C1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1602; }
p { color: rgb(12,22,2); }
H1.HeaderClassName
{
color: #0C1602;
}
.AnyTagClassName
{
color: #0C1602;
}
</style>
background-color css
<style>
a { background-color: #0C1602; }
a { background-color: rgb(12,22,2); }
div.DivClassName
{
background-color: #0C1602;
}
.BgClassName
{
background-color: #0C1602;
}
</style>
border-color css
<style>
span { border-color: #0C1602; }
span { border-color: rgb(12,22,2); }
td.TdClassName
{
border-color: #0C1602;
}
.TagClassName
{
border-color: #0C1602;
}
</style>