Shades of Pine Tree #0C1C02
Tints of Pine Tree #0C1C02
RGB
CMYK
RGB Variations
Color information
#0C1C02 (or 0x0C1C02) is known color: Pine Tree. HEX triplet: 0C, 1C and 02. RGB value is (12,28,2). Sum of RGB (Red+Green+Blue) = 12+28+2=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 28 (11.33% from 255 or 66.67% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 28 - color contains mainly: green. Hex color #0C1C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1C02 is #F3E3FD. Grayscale: #141414. Windows color (decimal): -15983614 or 138252. OLE color: 138252.
HSL color Cylindrical-coordinate representation of color #0C1C02: hue angle of 96.92º degrees, saturation: 0.87, 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 #0C1C02 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 28 | 2 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.89 |
| HSL | 96.92º | 0.87% | 0.06% | - |
| HSV(B) | 96.92º | 0.93% | 0.11% | - |
| XYZ | 0.58 | 0.91 | 0.2 | - |
| YUV | 20.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 28 | 2 | 0.57 | 0 | 0.93 | 0.89 | 96.92 | 0.87 | 0.06 |
| Hex | C | 1C | 2 | 39 | 0 | 5D | 59 | 61 | 57 | 6 |
| Octal | 14 | 34 | 2 | 71 | 0 | 135 | 131 | 141 | 127 | 6 |
| Binary | 1100 | 11100 | 10 | 111001 | 0 | 1011101 | 1011001 | 1100001 | 1010111 | 110 |
Color Harmonies of #0C1C02
Complementary color
Monochromatic Colors of #0C1C02
Black with #0C1C02
Text Example
Text Example
White with #0C1C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1C02; }
p { color: rgb(12,28,2); }
H1.HeaderClassName
{
color: #0C1C02;
}
.AnyTagClassName
{
color: #0C1C02;
}
</style>
background-color css
<style>
a { background-color: #0C1C02; }
a { background-color: rgb(12,28,2); }
div.DivClassName
{
background-color: #0C1C02;
}
.BgClassName
{
background-color: #0C1C02;
}
</style>
border-color css
<style>
span { border-color: #0C1C02; }
span { border-color: rgb(12,28,2); }
td.TdClassName
{
border-color: #0C1C02;
}
.TagClassName
{
border-color: #0C1C02;
}
</style>