Shades of Pine Tree #0A1500
Tints of Pine Tree #0A1500
RGB
CMYK
RGB Variations
Color information
#0A1500 (or 0x0A1500) is known color: Pine Tree. HEX triplet: 0A, 15 and 00. RGB value is (10,21,0). Sum of RGB (Red+Green+Blue) = 10+21+0=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 21 (8.59% from 255 or 67.74% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1500 is #F5EAFF. Grayscale: #0F0F0F. Windows color (decimal): -16116480 or 5386. OLE color: 5386.
HSL color Cylindrical-coordinate representation of color #0A1500: hue angle of 91.43º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A1500 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
RGB | 10 | 21 | 0 | - |
CMYK | 0.52 | 0 | 1 | 0.92 |
HSL | 91.43º | 1% | 0.04% | - |
HSV(B) | 91.43º | 1% | 0.08% | - |
XYZ | 0.39 | 0.6 | 0.1 | - |
YUV | 15.32 | 119.36 | 124.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 21 | 0 | 0.52 | 0 | 1 | 0.92 | 91.43 | 1 | 0.04 |
Hex | A | 15 | 0 | 34 | 0 | 64 | 5C | 5B | 64 | 4 |
Octal | 12 | 25 | 0 | 64 | 0 | 144 | 134 | 133 | 144 | 4 |
Binary | 1010 | 10101 | 0 | 110100 | 0 | 1100100 | 1011100 | 1011011 | 1100100 | 100 |
Color Harmonies of #0A1500
Complementary color
Monochromatic Colors of #0A1500
Black with #0A1500
Text Example
Text Example
White with #0A1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1500; }
p { color: rgb(10,21,0); }
H1.HeaderClassName
{
color: #0A1500;
}
.AnyTagClassName
{
color: #0A1500;
}
</style>
background-color css
<style>
a { background-color: #0A1500; }
a { background-color: rgb(10,21,0); }
div.DivClassName
{
background-color: #0A1500;
}
.BgClassName
{
background-color: #0A1500;
}
</style>
border-color css
<style>
span { border-color: #0A1500; }
span { border-color: rgb(10,21,0); }
td.TdClassName
{
border-color: #0A1500;
}
.TagClassName
{
border-color: #0A1500;
}
</style>