Shades of Deep Fir #0A3E17
Tints of Deep Fir #0A3E17
RGB
CMYK
RGB Variations
Color information
#0A3E17 (or 0x0A3E17) is known color: Deep Fir. HEX triplet: 0A, 3E and 17. RGB value is (10,62,23). Sum of RGB (Red+Green+Blue) = 10+62+23=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 62 (24.61% from 255 or 65.26% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3E17 is #F5C1E8. Grayscale: #2A2A2A. Windows color (decimal): -16105961 or 1523210. OLE color: 1523210.
HSL color Cylindrical-coordinate representation of color #0A3E17: hue angle of 135º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3E17 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 62 | 23 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.76 |
| HSL | 135º | 0.72% | 0.14% | - |
| HSV(B) | 135º | 0.84% | 0.24% | - |
| XYZ | 2 | 3.57 | 1.39 | - |
| YUV | 42.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 23 | 0.84 | 0 | 0.63 | 0.76 | 135 | 0.72 | 0.14 |
| Hex | A | 3E | 17 | 54 | 0 | 3F | 4C | 87 | 48 | E |
| Octal | 12 | 76 | 27 | 124 | 0 | 77 | 114 | 207 | 110 | 16 |
| Binary | 1010 | 111110 | 10111 | 1010100 | 0 | 111111 | 1001100 | 10000111 | 1001000 | 1110 |
Color Harmonies of #0A3E17
Complementary color
Monochromatic Colors of #0A3E17
Black with #0A3E17
Text Example
Text Example
White with #0A3E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E17; }
p { color: rgb(10,62,23); }
H1.HeaderClassName
{
color: #0A3E17;
}
.AnyTagClassName
{
color: #0A3E17;
}
</style>
background-color css
<style>
a { background-color: #0A3E17; }
a { background-color: rgb(10,62,23); }
div.DivClassName
{
background-color: #0A3E17;
}
.BgClassName
{
background-color: #0A3E17;
}
</style>
border-color css
<style>
span { border-color: #0A3E17; }
span { border-color: rgb(10,62,23); }
td.TdClassName
{
border-color: #0A3E17;
}
.TagClassName
{
border-color: #0A3E17;
}
</style>