Shades of Deep Fir #0A3F12
Tints of Deep Fir #0A3F12
RGB
CMYK
RGB Variations
Color information
#0A3F12 (or 0x0A3F12) is known color: Deep Fir. HEX triplet: 0A, 3F and 12. RGB value is (10,63,18). Sum of RGB (Red+Green+Blue) = 10+63+18=91 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.99% from 91); Green value is 63 (25% from 255 or 69.23% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 63 - color contains mainly: green. Hex color #0A3F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3F12 is #F5C0ED. Grayscale: #2A2A2A. Windows color (decimal): -16105710 or 1195786. OLE color: 1195786.
HSL color Cylindrical-coordinate representation of color #0A3F12: hue angle of 129.06º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3F12 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 63 | 18 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.75 |
| HSL | 129.06º | 0.73% | 0.14% | - |
| HSV(B) | 129.06º | 0.84% | 0.25% | - |
| XYZ | 2.01 | 3.66 | 1.17 | - |
| YUV | 42.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 63 | 18 | 0.84 | 0 | 0.71 | 0.75 | 129.06 | 0.73 | 0.14 |
| Hex | A | 3F | 12 | 54 | 0 | 47 | 4B | 81 | 49 | E |
| Octal | 12 | 77 | 22 | 124 | 0 | 107 | 113 | 201 | 111 | 16 |
| Binary | 1010 | 111111 | 10010 | 1010100 | 0 | 1000111 | 1001011 | 10000001 | 1001001 | 1110 |
Color Harmonies of #0A3F12
Complementary color
Monochromatic Colors of #0A3F12
Black with #0A3F12
Text Example
Text Example
White with #0A3F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3F12; }
p { color: rgb(10,63,18); }
H1.HeaderClassName
{
color: #0A3F12;
}
.AnyTagClassName
{
color: #0A3F12;
}
</style>
background-color css
<style>
a { background-color: #0A3F12; }
a { background-color: rgb(10,63,18); }
div.DivClassName
{
background-color: #0A3F12;
}
.BgClassName
{
background-color: #0A3F12;
}
</style>
border-color css
<style>
span { border-color: #0A3F12; }
span { border-color: rgb(10,63,18); }
td.TdClassName
{
border-color: #0A3F12;
}
.TagClassName
{
border-color: #0A3F12;
}
</style>