Shades of Pine Tree #0C1802
Tints of Pine Tree #0C1802
RGB
CMYK
RGB Variations
Color information
#0C1802 (or 0x0C1802) is known color: Pine Tree. HEX triplet: 0C, 18 and 02. RGB value is (12,24,2). Sum of RGB (Red+Green+Blue) = 12+24+2=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 24 (9.77% from 255 or 63.16% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 24 - color contains mainly: green. Hex color #0C1802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1802 is #F3E7FD. Grayscale: #111111. Windows color (decimal): -15984638 or 137228. OLE color: 137228.
HSL color Cylindrical-coordinate representation of color #0C1802: hue angle of 92.73º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1802 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 24 | 2 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.91 |
| HSL | 92.73º | 0.85% | 0.05% | - |
| HSV(B) | 92.73º | 0.92% | 0.09% | - |
| XYZ | 0.49 | 0.74 | 0.17 | - |
| YUV | 17.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 2 | 0.50 | 0 | 0.92 | 0.91 | 92.73 | 0.85 | 0.05 |
| Hex | C | 18 | 2 | 32 | 0 | 5C | 5B | 5D | 55 | 5 |
| Octal | 14 | 30 | 2 | 62 | 0 | 134 | 133 | 135 | 125 | 5 |
| Binary | 1100 | 11000 | 10 | 110010 | 0 | 1011100 | 1011011 | 1011101 | 1010101 | 101 |
Color Harmonies of #0C1802
Complementary color
Monochromatic Colors of #0C1802
Black with #0C1802
Text Example
Text Example
White with #0C1802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1802; }
p { color: rgb(12,24,2); }
H1.HeaderClassName
{
color: #0C1802;
}
.AnyTagClassName
{
color: #0C1802;
}
</style>
background-color css
<style>
a { background-color: #0C1802; }
a { background-color: rgb(12,24,2); }
div.DivClassName
{
background-color: #0C1802;
}
.BgClassName
{
background-color: #0C1802;
}
</style>
border-color css
<style>
span { border-color: #0C1802; }
span { border-color: rgb(12,24,2); }
td.TdClassName
{
border-color: #0C1802;
}
.TagClassName
{
border-color: #0C1802;
}
</style>