Shades of Pine Tree #0A0F02
Tints of Pine Tree #0A0F02
RGB
CMYK
RGB Variations
Color information
#0A0F02 (or 0x0A0F02) is known color: Pine Tree. HEX triplet: 0A, 0F and 02. RGB value is (10,15,2). Sum of RGB (Red+Green+Blue) = 10+15+2=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 15 (6.25% from 255 or 55.56% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 15 - color contains mainly: green. Hex color #0A0F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0F02 is #F5F0FD. Grayscale: #0C0C0C. Windows color (decimal): -16118014 or 134922. OLE color: 134922.
HSL color Cylindrical-coordinate representation of color #0A0F02: hue angle of 83.08º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A0F02 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 10 | 15 | 2 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.94 |
| HSL | 83.08º | 0.76% | 0.03% | - |
| HSV(B) | 83.08º | 0.87% | 0.06% | - |
| XYZ | 0.31 | 0.41 | 0.12 | - |
| YUV | 12.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 2 | 0.33 | 0 | 0.87 | 0.94 | 83.08 | 0.76 | 0.03 |
| Hex | A | F | 2 | 21 | 0 | 57 | 5E | 53 | 4C | 3 |
| Octal | 12 | 17 | 2 | 41 | 0 | 127 | 136 | 123 | 114 | 3 |
| Binary | 1010 | 1111 | 10 | 100001 | 0 | 1010111 | 1011110 | 1010011 | 1001100 | 11 |
Color Harmonies of #0A0F02
Complementary color
Monochromatic Colors of #0A0F02
Black with #0A0F02
Text Example
Text Example
White with #0A0F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0F02; }
p { color: rgb(10,15,2); }
H1.HeaderClassName
{
color: #0A0F02;
}
.AnyTagClassName
{
color: #0A0F02;
}
</style>
background-color css
<style>
a { background-color: #0A0F02; }
a { background-color: rgb(10,15,2); }
div.DivClassName
{
background-color: #0A0F02;
}
.BgClassName
{
background-color: #0A0F02;
}
</style>
border-color css
<style>
span { border-color: #0A0F02; }
span { border-color: rgb(10,15,2); }
td.TdClassName
{
border-color: #0A0F02;
}
.TagClassName
{
border-color: #0A0F02;
}
</style>