Shades of Pine Tree #0F2103
Tints of Pine Tree #0F2103
RGB
CMYK
RGB Variations
Color information
#0F2103 (or 0x0F2103) is known color: Pine Tree. HEX triplet: 0F, 21 and 03. RGB value is (15,33,3). Sum of RGB (Red+Green+Blue) = 15+33+3=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 33 (13.28% from 255 or 64.71% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 33 - color contains mainly: green. Hex color #0F2103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2103 is #F0DEFC. Grayscale: #181818. Windows color (decimal): -15785725 or 205071. OLE color: 205071.
HSL color Cylindrical-coordinate representation of color #0F2103: hue angle of 96º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F2103 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 33 | 3 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.87 |
| HSL | 96º | 0.83% | 0.07% | - |
| HSV(B) | 96º | 0.91% | 0.13% | - |
| XYZ | 0.76 | 1.2 | 0.28 | - |
| YUV | 24.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 3 | 0.55 | 0 | 0.91 | 0.87 | 96 | 0.83 | 0.07 |
| Hex | F | 21 | 3 | 37 | 0 | 5B | 57 | 60 | 53 | 7 |
| Octal | 17 | 41 | 3 | 67 | 0 | 133 | 127 | 140 | 123 | 7 |
| Binary | 1111 | 100001 | 11 | 110111 | 0 | 1011011 | 1010111 | 1100000 | 1010011 | 111 |
Color Harmonies of #0F2103
Complementary color
Monochromatic Colors of #0F2103
Black with #0F2103
Text Example
Text Example
White with #0F2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2103; }
p { color: rgb(15,33,3); }
H1.HeaderClassName
{
color: #0F2103;
}
.AnyTagClassName
{
color: #0F2103;
}
</style>
background-color css
<style>
a { background-color: #0F2103; }
a { background-color: rgb(15,33,3); }
div.DivClassName
{
background-color: #0F2103;
}
.BgClassName
{
background-color: #0F2103;
}
</style>
border-color css
<style>
span { border-color: #0F2103; }
span { border-color: rgb(15,33,3); }
td.TdClassName
{
border-color: #0F2103;
}
.TagClassName
{
border-color: #0F2103;
}
</style>