Shades of Pine Tree #0C1B02
Tints of Pine Tree #0C1B02
RGB
CMYK
RGB Variations
Color information
#0C1B02 (or 0x0C1B02) is known color: Pine Tree. HEX triplet: 0C, 1B and 02. RGB value is (12,27,2). Sum of RGB (Red+Green+Blue) = 12+27+2=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 27 (10.94% from 255 or 65.85% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 27 - color contains mainly: green. Hex color #0C1B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1B02 is #F3E4FD. Grayscale: #131313. Windows color (decimal): -15983870 or 137996. OLE color: 137996.
HSL color Cylindrical-coordinate representation of color #0C1B02: hue angle of 96º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C1B02 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 27 | 2 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.89 |
| HSL | 96º | 0.86% | 0.06% | - |
| HSV(B) | 96º | 0.93% | 0.11% | - |
| XYZ | 0.55 | 0.87 | 0.2 | - |
| YUV | 19.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 27 | 2 | 0.56 | 0 | 0.93 | 0.89 | 96 | 0.86 | 0.06 |
| Hex | C | 1B | 2 | 38 | 0 | 5D | 59 | 60 | 56 | 6 |
| Octal | 14 | 33 | 2 | 70 | 0 | 135 | 131 | 140 | 126 | 6 |
| Binary | 1100 | 11011 | 10 | 111000 | 0 | 1011101 | 1011001 | 1100000 | 1010110 | 110 |
Color Harmonies of #0C1B02
Complementary color
Monochromatic Colors of #0C1B02
Black with #0C1B02
Text Example
Text Example
White with #0C1B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1B02; }
p { color: rgb(12,27,2); }
H1.HeaderClassName
{
color: #0C1B02;
}
.AnyTagClassName
{
color: #0C1B02;
}
</style>
background-color css
<style>
a { background-color: #0C1B02; }
a { background-color: rgb(12,27,2); }
div.DivClassName
{
background-color: #0C1B02;
}
.BgClassName
{
background-color: #0C1B02;
}
</style>
border-color css
<style>
span { border-color: #0C1B02; }
span { border-color: rgb(12,27,2); }
td.TdClassName
{
border-color: #0C1B02;
}
.TagClassName
{
border-color: #0C1B02;
}
</style>