Shades of Pine Tree #0F2304
Tints of Pine Tree #0F2304
RGB
CMYK
RGB Variations
Color information
#0F2304 (or 0x0F2304) is known color: Pine Tree. HEX triplet: 0F, 23 and 04. RGB value is (15,35,4). Sum of RGB (Red+Green+Blue) = 15+35+4=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2304 is #F0DCFB. Grayscale: #191919. Windows color (decimal): -15785212 or 271119. OLE color: 271119.
HSL color Cylindrical-coordinate representation of color #0F2304: hue angle of 98.71º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F2304 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 35 | 4 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.86 |
| HSL | 98.71º | 0.79% | 0.08% | - |
| HSV(B) | 98.71º | 0.89% | 0.14% | - |
| XYZ | 0.82 | 1.31 | 0.32 | - |
| YUV | 25.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 4 | 0.57 | 0 | 0.89 | 0.86 | 98.71 | 0.79 | 0.08 |
| Hex | F | 23 | 4 | 39 | 0 | 59 | 56 | 63 | 4F | 8 |
| Octal | 17 | 43 | 4 | 71 | 0 | 131 | 126 | 143 | 117 | 10 |
| Binary | 1111 | 100011 | 100 | 111001 | 0 | 1011001 | 1010110 | 1100011 | 1001111 | 1000 |
Color Harmonies of #0F2304
Complementary color
Monochromatic Colors of #0F2304
Black with #0F2304
Text Example
Text Example
White with #0F2304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2304; }
p { color: rgb(15,35,4); }
H1.HeaderClassName
{
color: #0F2304;
}
.AnyTagClassName
{
color: #0F2304;
}
</style>
background-color css
<style>
a { background-color: #0F2304; }
a { background-color: rgb(15,35,4); }
div.DivClassName
{
background-color: #0F2304;
}
.BgClassName
{
background-color: #0F2304;
}
</style>
border-color css
<style>
span { border-color: #0F2304; }
span { border-color: rgb(15,35,4); }
td.TdClassName
{
border-color: #0F2304;
}
.TagClassName
{
border-color: #0F2304;
}
</style>