Shades of Pine Tree #0C2102
Tints of Pine Tree #0C2102
RGB
CMYK
RGB Variations
Color information
#0C2102 (or 0x0C2102) is known color: Pine Tree. HEX triplet: 0C, 21 and 02. RGB value is (12,33,2). Sum of RGB (Red+Green+Blue) = 12+33+2=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 33 (13.28% from 255 or 70.21% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 33 - color contains mainly: green. Hex color #0C2102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2102 is #F3DEFD. Grayscale: #171717. Windows color (decimal): -15982334 or 139532. OLE color: 139532.
HSL color Cylindrical-coordinate representation of color #0C2102: hue angle of 100.65º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C2102 is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 33 | 2 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.87 |
| HSL | 100.65º | 0.89% | 0.07% | - |
| HSV(B) | 100.65º | 0.94% | 0.13% | - |
| XYZ | 0.71 | 1.17 | 0.25 | - |
| YUV | 23.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 2 | 0.64 | 0 | 0.94 | 0.87 | 100.65 | 0.89 | 0.07 |
| Hex | C | 21 | 2 | 40 | 0 | 5E | 57 | 65 | 59 | 7 |
| Octal | 14 | 41 | 2 | 100 | 0 | 136 | 127 | 145 | 131 | 7 |
| Binary | 1100 | 100001 | 10 | 1000000 | 0 | 1011110 | 1010111 | 1100101 | 1011001 | 111 |
Color Harmonies of #0C2102
Complementary color
Monochromatic Colors of #0C2102
Black with #0C2102
Text Example
Text Example
White with #0C2102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2102; }
p { color: rgb(12,33,2); }
H1.HeaderClassName
{
color: #0C2102;
}
.AnyTagClassName
{
color: #0C2102;
}
</style>
background-color css
<style>
a { background-color: #0C2102; }
a { background-color: rgb(12,33,2); }
div.DivClassName
{
background-color: #0C2102;
}
.BgClassName
{
background-color: #0C2102;
}
</style>
border-color css
<style>
span { border-color: #0C2102; }
span { border-color: rgb(12,33,2); }
td.TdClassName
{
border-color: #0C2102;
}
.TagClassName
{
border-color: #0C2102;
}
</style>