Shades of Pine Tree #0C2300
Tints of Pine Tree #0C2300
RGB
CMYK
RGB Variations
Color information
#0C2300 (or 0x0C2300) is known color: Pine Tree. HEX triplet: 0C, 23 and 00. RGB value is (12,35,0). Sum of RGB (Red+Green+Blue) = 12+35+0=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 35 (14.06% from 255 or 74.47% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2300 is #F3DCFF. Grayscale: #181818. Windows color (decimal): -15981824 or 8972. OLE color: 8972.
HSL color Cylindrical-coordinate representation of color #0C2300: hue angle of 99.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C2300 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 35 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.86 |
| HSL | 99.43º | 1% | 0.07% | - |
| HSV(B) | 99.43º | 1% | 0.14% | - |
| XYZ | 0.75 | 1.28 | 0.21 | - |
| YUV | 24.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 0 | 0.66 | 0 | 1 | 0.86 | 99.43 | 1 | 0.07 |
| Hex | C | 23 | 0 | 42 | 0 | 64 | 56 | 63 | 64 | 7 |
| Octal | 14 | 43 | 0 | 102 | 0 | 144 | 126 | 143 | 144 | 7 |
| Binary | 1100 | 100011 | 0 | 1000010 | 0 | 1100100 | 1010110 | 1100011 | 1100100 | 111 |
Color Harmonies of #0C2300
Complementary color
Monochromatic Colors of #0C2300
Black with #0C2300
Text Example
Text Example
White with #0C2300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2300; }
p { color: rgb(12,35,0); }
H1.HeaderClassName
{
color: #0C2300;
}
.AnyTagClassName
{
color: #0C2300;
}
</style>
background-color css
<style>
a { background-color: #0C2300; }
a { background-color: rgb(12,35,0); }
div.DivClassName
{
background-color: #0C2300;
}
.BgClassName
{
background-color: #0C2300;
}
</style>
border-color css
<style>
span { border-color: #0C2300; }
span { border-color: rgb(12,35,0); }
td.TdClassName
{
border-color: #0C2300;
}
.TagClassName
{
border-color: #0C2300;
}
</style>