Shades of Deep Fir #0A3E19
Tints of Deep Fir #0A3E19
RGB
CMYK
RGB Variations
Color information
#0A3E19 (or 0x0A3E19) is known color: Deep Fir. HEX triplet: 0A, 3E and 19. RGB value is (10,62,25). Sum of RGB (Red+Green+Blue) = 10+62+25=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 62 (24.61% from 255 or 63.92% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3E19 is #F5C1E6. Grayscale: #2A2A2A. Windows color (decimal): -16105959 or 1654282. OLE color: 1654282.
HSL color Cylindrical-coordinate representation of color #0A3E19: hue angle of 137.31º 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 #0A3E19 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 62 | 25 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.76 |
| HSL | 137.31º | 0.72% | 0.14% | - |
| HSV(B) | 137.31º | 0.84% | 0.24% | - |
| XYZ | 2.02 | 3.58 | 1.5 | - |
| YUV | 42.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 25 | 0.84 | 0 | 0.60 | 0.76 | 137.31 | 0.72 | 0.14 |
| Hex | A | 3E | 19 | 54 | 0 | 3C | 4C | 89 | 48 | E |
| Octal | 12 | 76 | 31 | 124 | 0 | 74 | 114 | 211 | 110 | 16 |
| Binary | 1010 | 111110 | 11001 | 1010100 | 0 | 111100 | 1001100 | 10001001 | 1001000 | 1110 |
Color Harmonies of #0A3E19
Complementary color
Monochromatic Colors of #0A3E19
Black with #0A3E19
Text Example
Text Example
White with #0A3E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E19; }
p { color: rgb(10,62,25); }
H1.HeaderClassName
{
color: #0A3E19;
}
.AnyTagClassName
{
color: #0A3E19;
}
</style>
background-color css
<style>
a { background-color: #0A3E19; }
a { background-color: rgb(10,62,25); }
div.DivClassName
{
background-color: #0A3E19;
}
.BgClassName
{
background-color: #0A3E19;
}
</style>
border-color css
<style>
span { border-color: #0A3E19; }
span { border-color: rgb(10,62,25); }
td.TdClassName
{
border-color: #0A3E19;
}
.TagClassName
{
border-color: #0A3E19;
}
</style>