Shades of Pine Tree #0F2302
Tints of Pine Tree #0F2302
RGB
CMYK
RGB Variations
Color information
#0F2302 (or 0x0F2302) is known color: Pine Tree. HEX triplet: 0F, 23 and 02. RGB value is (15,35,2). Sum of RGB (Red+Green+Blue) = 15+35+2=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 35 (14.06% from 255 or 67.31% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2302 is #F0DCFD. Grayscale: #191919. Windows color (decimal): -15785214 or 140047. OLE color: 140047.
HSL color Cylindrical-coordinate representation of color #0F2302: hue angle of 96.36º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F2302 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 35 | 2 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.86 |
| HSL | 96.36º | 0.89% | 0.07% | - |
| HSV(B) | 96.36º | 0.94% | 0.14% | - |
| XYZ | 0.81 | 1.31 | 0.27 | - |
| YUV | 25.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 2 | 0.57 | 0 | 0.94 | 0.86 | 96.36 | 0.89 | 0.07 |
| Hex | F | 23 | 2 | 39 | 0 | 5E | 56 | 60 | 59 | 7 |
| Octal | 17 | 43 | 2 | 71 | 0 | 136 | 126 | 140 | 131 | 7 |
| Binary | 1111 | 100011 | 10 | 111001 | 0 | 1011110 | 1010110 | 1100000 | 1011001 | 111 |
Color Harmonies of #0F2302
Complementary color
Monochromatic Colors of #0F2302
Black with #0F2302
Text Example
Text Example
White with #0F2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2302; }
p { color: rgb(15,35,2); }
H1.HeaderClassName
{
color: #0F2302;
}
.AnyTagClassName
{
color: #0F2302;
}
</style>
background-color css
<style>
a { background-color: #0F2302; }
a { background-color: rgb(15,35,2); }
div.DivClassName
{
background-color: #0F2302;
}
.BgClassName
{
background-color: #0F2302;
}
</style>
border-color css
<style>
span { border-color: #0F2302; }
span { border-color: rgb(15,35,2); }
td.TdClassName
{
border-color: #0F2302;
}
.TagClassName
{
border-color: #0F2302;
}
</style>