Shades of Pine Tree #0C1E02
Tints of Pine Tree #0C1E02
RGB
CMYK
RGB Variations
Color information
#0C1E02 (or 0x0C1E02) is known color: Pine Tree. HEX triplet: 0C, 1E and 02. RGB value is (12,30,2). Sum of RGB (Red+Green+Blue) = 12+30+2=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 30 (12.11% from 255 or 68.18% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 30 - color contains mainly: green. Hex color #0C1E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1E02 is #F3E1FD. Grayscale: #151515. Windows color (decimal): -15983102 or 138764. OLE color: 138764.
HSL color Cylindrical-coordinate representation of color #0C1E02: hue angle of 98.57º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C1E02 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 30 | 2 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.88 |
| HSL | 98.57º | 0.88% | 0.06% | - |
| HSV(B) | 98.57º | 0.93% | 0.12% | - |
| XYZ | 0.63 | 1.01 | 0.22 | - |
| YUV | 21.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 30 | 2 | 0.60 | 0 | 0.93 | 0.88 | 98.57 | 0.88 | 0.06 |
| Hex | C | 1E | 2 | 3C | 0 | 5D | 58 | 63 | 58 | 6 |
| Octal | 14 | 36 | 2 | 74 | 0 | 135 | 130 | 143 | 130 | 6 |
| Binary | 1100 | 11110 | 10 | 111100 | 0 | 1011101 | 1011000 | 1100011 | 1011000 | 110 |
Color Harmonies of #0C1E02
Complementary color
Monochromatic Colors of #0C1E02
Black with #0C1E02
Text Example
Text Example
White with #0C1E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1E02; }
p { color: rgb(12,30,2); }
H1.HeaderClassName
{
color: #0C1E02;
}
.AnyTagClassName
{
color: #0C1E02;
}
</style>
background-color css
<style>
a { background-color: #0C1E02; }
a { background-color: rgb(12,30,2); }
div.DivClassName
{
background-color: #0C1E02;
}
.BgClassName
{
background-color: #0C1E02;
}
</style>
border-color css
<style>
span { border-color: #0C1E02; }
span { border-color: rgb(12,30,2); }
td.TdClassName
{
border-color: #0C1E02;
}
.TagClassName
{
border-color: #0C1E02;
}
</style>