Shades of Pine Tree #0F2303
Tints of Pine Tree #0F2303
RGB
CMYK
RGB Variations
Color information
#0F2303 (or 0x0F2303) is known color: Pine Tree. HEX triplet: 0F, 23 and 03. RGB value is (15,35,3). Sum of RGB (Red+Green+Blue) = 15+35+3=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2303 is #F0DCFC. Grayscale: #191919. Windows color (decimal): -15785213 or 205583. OLE color: 205583.
HSL color Cylindrical-coordinate representation of color #0F2303: hue angle of 97.5º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F2303 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 35 | 3 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.86 |
| HSL | 97.5º | 0.84% | 0.07% | - |
| HSV(B) | 97.5º | 0.91% | 0.14% | - |
| XYZ | 0.81 | 1.31 | 0.3 | - |
| YUV | 25.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 3 | 0.57 | 0 | 0.91 | 0.86 | 97.5 | 0.84 | 0.07 |
| Hex | F | 23 | 3 | 39 | 0 | 5B | 56 | 62 | 54 | 7 |
| Octal | 17 | 43 | 3 | 71 | 0 | 133 | 126 | 142 | 124 | 7 |
| Binary | 1111 | 100011 | 11 | 111001 | 0 | 1011011 | 1010110 | 1100010 | 1010100 | 111 |
Color Harmonies of #0F2303
Complementary color
Monochromatic Colors of #0F2303
Black with #0F2303
Text Example
Text Example
White with #0F2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2303; }
p { color: rgb(15,35,3); }
H1.HeaderClassName
{
color: #0F2303;
}
.AnyTagClassName
{
color: #0F2303;
}
</style>
background-color css
<style>
a { background-color: #0F2303; }
a { background-color: rgb(15,35,3); }
div.DivClassName
{
background-color: #0F2303;
}
.BgClassName
{
background-color: #0F2303;
}
</style>
border-color css
<style>
span { border-color: #0F2303; }
span { border-color: rgb(15,35,3); }
td.TdClassName
{
border-color: #0F2303;
}
.TagClassName
{
border-color: #0F2303;
}
</style>