Shades of Pine Tree #0F2305
Tints of Pine Tree #0F2305
RGB
CMYK
RGB Variations
Color information
#0F2305 (or 0x0F2305) is known color: Pine Tree. HEX triplet: 0F, 23 and 05. RGB value is (15,35,5). Sum of RGB (Red+Green+Blue) = 15+35+5=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2305 is #F0DCFA. Grayscale: #191919. Windows color (decimal): -15785211 or 336655. OLE color: 336655.
HSL color Cylindrical-coordinate representation of color #0F2305: hue angle of 100º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F2305 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 35 | 5 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.86 |
| HSL | 100º | 0.75% | 0.08% | - |
| HSV(B) | 100º | 0.86% | 0.14% | - |
| XYZ | 0.83 | 1.31 | 0.35 | - |
| YUV | 25.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 5 | 0.57 | 0 | 0.86 | 0.86 | 100 | 0.75 | 0.08 |
| Hex | F | 23 | 5 | 39 | 0 | 56 | 56 | 64 | 4B | 8 |
| Octal | 17 | 43 | 5 | 71 | 0 | 126 | 126 | 144 | 113 | 10 |
| Binary | 1111 | 100011 | 101 | 111001 | 0 | 1010110 | 1010110 | 1100100 | 1001011 | 1000 |
Color Harmonies of #0F2305
Complementary color
Monochromatic Colors of #0F2305
Black with #0F2305
Text Example
Text Example
White with #0F2305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2305; }
p { color: rgb(15,35,5); }
H1.HeaderClassName
{
color: #0F2305;
}
.AnyTagClassName
{
color: #0F2305;
}
</style>
background-color css
<style>
a { background-color: #0F2305; }
a { background-color: rgb(15,35,5); }
div.DivClassName
{
background-color: #0F2305;
}
.BgClassName
{
background-color: #0F2305;
}
</style>
border-color css
<style>
span { border-color: #0F2305; }
span { border-color: rgb(15,35,5); }
td.TdClassName
{
border-color: #0F2305;
}
.TagClassName
{
border-color: #0F2305;
}
</style>