Shades of Pine Tree #0F2001
Tints of Pine Tree #0F2001
RGB
CMYK
RGB Variations
Color information
#0F2001 (or 0x0F2001) is known color: Pine Tree. HEX triplet: 0F, 20 and 01. RGB value is (15,32,1). Sum of RGB (Red+Green+Blue) = 15+32+1=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 32 (12.89% from 255 or 66.67% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 32 - color contains mainly: green. Hex color #0F2001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2001 is #F0DFFE. Grayscale: #171717. Windows color (decimal): -15785983 or 73743. OLE color: 73743.
HSL color Cylindrical-coordinate representation of color #0F2001: hue angle of 92.9º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F2001 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 32 | 1 | - |
| CMYK | 0.53 | 0 | 0.97 | 0.87 |
| HSL | 92.9º | 0.94% | 0.06% | - |
| HSV(B) | 92.9º | 0.97% | 0.13% | - |
| XYZ | 0.72 | 1.14 | 0.21 | - |
| YUV | 23.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 1 | 0.53 | 0 | 0.97 | 0.87 | 92.9 | 0.94 | 0.06 |
| Hex | F | 20 | 1 | 35 | 0 | 61 | 57 | 5D | 5E | 6 |
| Octal | 17 | 40 | 1 | 65 | 0 | 141 | 127 | 135 | 136 | 6 |
| Binary | 1111 | 100000 | 1 | 110101 | 0 | 1100001 | 1010111 | 1011101 | 1011110 | 110 |
Color Harmonies of #0F2001
Complementary color
Monochromatic Colors of #0F2001
Black with #0F2001
Text Example
Text Example
White with #0F2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2001; }
p { color: rgb(15,32,1); }
H1.HeaderClassName
{
color: #0F2001;
}
.AnyTagClassName
{
color: #0F2001;
}
</style>
background-color css
<style>
a { background-color: #0F2001; }
a { background-color: rgb(15,32,1); }
div.DivClassName
{
background-color: #0F2001;
}
.BgClassName
{
background-color: #0F2001;
}
</style>
border-color css
<style>
span { border-color: #0F2001; }
span { border-color: rgb(15,32,1); }
td.TdClassName
{
border-color: #0F2001;
}
.TagClassName
{
border-color: #0F2001;
}
</style>