Shades of Pine Tree #0A1703
Tints of Pine Tree #0A1703
RGB
CMYK
RGB Variations
Color information
#0A1703 (or 0x0A1703) is known color: Pine Tree. HEX triplet: 0A, 17 and 03. RGB value is (10,23,3). Sum of RGB (Red+Green+Blue) = 10+23+3=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 23 (9.38% from 255 or 63.89% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 23 - color contains mainly: green. Hex color #0A1703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1703 is #F5E8FC. Grayscale: #101010. Windows color (decimal): -16115965 or 202506. OLE color: 202506.
HSL color Cylindrical-coordinate representation of color #0A1703: hue angle of 99º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A1703 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 23 | 3 | - |
| CMYK | 0.57 | 0 | 0.87 | 0.91 |
| HSL | 99º | 0.77% | 0.05% | - |
| HSV(B) | 99º | 0.87% | 0.09% | - |
| XYZ | 0.45 | 0.68 | 0.19 | - |
| YUV | 16.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 3 | 0.57 | 0 | 0.87 | 0.91 | 99 | 0.77 | 0.05 |
| Hex | A | 17 | 3 | 39 | 0 | 57 | 5B | 63 | 4D | 5 |
| Octal | 12 | 27 | 3 | 71 | 0 | 127 | 133 | 143 | 115 | 5 |
| Binary | 1010 | 10111 | 11 | 111001 | 0 | 1010111 | 1011011 | 1100011 | 1001101 | 101 |
Color Harmonies of #0A1703
Complementary color
Monochromatic Colors of #0A1703
Black with #0A1703
Text Example
Text Example
White with #0A1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1703; }
p { color: rgb(10,23,3); }
H1.HeaderClassName
{
color: #0A1703;
}
.AnyTagClassName
{
color: #0A1703;
}
</style>
background-color css
<style>
a { background-color: #0A1703; }
a { background-color: rgb(10,23,3); }
div.DivClassName
{
background-color: #0A1703;
}
.BgClassName
{
background-color: #0A1703;
}
</style>
border-color css
<style>
span { border-color: #0A1703; }
span { border-color: rgb(10,23,3); }
td.TdClassName
{
border-color: #0A1703;
}
.TagClassName
{
border-color: #0A1703;
}
</style>