Shades of Pine Tree #0F1C02
Tints of Pine Tree #0F1C02
RGB
CMYK
RGB Variations
Color information
#0F1C02 (or 0x0F1C02) is known color: Pine Tree. HEX triplet: 0F, 1C and 02. RGB value is (15,28,2). Sum of RGB (Red+Green+Blue) = 15+28+2=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C02 is #F0E3FD. Grayscale: #151515. Windows color (decimal): -15787006 or 138255. OLE color: 138255.
HSL color Cylindrical-coordinate representation of color #0F1C02: hue angle of 90º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F1C02 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
RGB | 15 | 28 | 2 | - |
CMYK | 0.46 | 0 | 0.93 | 0.89 |
HSL | 90º | 0.87% | 0.06% | - |
HSV(B) | 90º | 0.93% | 0.11% | - |
XYZ | 0.62 | 0.94 | 0.21 | - |
YUV | 21.15 | 117.19 | 123.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 28 | 2 | 0.46 | 0 | 0.93 | 0.89 | 90 | 0.87 | 0.06 |
Hex | F | 1C | 2 | 2E | 0 | 5D | 59 | 5A | 57 | 6 |
Octal | 17 | 34 | 2 | 56 | 0 | 135 | 131 | 132 | 127 | 6 |
Binary | 1111 | 11100 | 10 | 101110 | 0 | 1011101 | 1011001 | 1011010 | 1010111 | 110 |
Color Harmonies of #0F1C02
Complementary color
Monochromatic Colors of #0F1C02
Black with #0F1C02
Text Example
Text Example
White with #0F1C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1C02; }
p { color: rgb(15,28,2); }
H1.HeaderClassName
{
color: #0F1C02;
}
.AnyTagClassName
{
color: #0F1C02;
}
</style>
background-color css
<style>
a { background-color: #0F1C02; }
a { background-color: rgb(15,28,2); }
div.DivClassName
{
background-color: #0F1C02;
}
.BgClassName
{
background-color: #0F1C02;
}
</style>
border-color css
<style>
span { border-color: #0F1C02; }
span { border-color: rgb(15,28,2); }
td.TdClassName
{
border-color: #0F1C02;
}
.TagClassName
{
border-color: #0F1C02;
}
</style>