Shades of Deep Fir #0A3D19
Tints of Deep Fir #0A3D19
RGB
CMYK
RGB Variations
Color information
#0A3D19 (or 0x0A3D19) is known color: Deep Fir. HEX triplet: 0A, 3D and 19. RGB value is (10,61,25). Sum of RGB (Red+Green+Blue) = 10+61+25=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 61 (24.22% from 255 or 63.54% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 61 - color contains mainly: green. Hex color #0A3D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3D19 is #F5C2E6. Grayscale: #292929. Windows color (decimal): -16106215 or 1654026. OLE color: 1654026.
HSL color Cylindrical-coordinate representation of color #0A3D19: hue angle of 137.65º 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 #0A3D19 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 61 | 25 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.76 |
| HSL | 137.65º | 0.72% | 0.14% | - |
| HSV(B) | 137.65º | 0.84% | 0.24% | - |
| XYZ | 1.97 | 3.47 | 1.49 | - |
| YUV | 41.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 61 | 25 | 0.84 | 0 | 0.59 | 0.76 | 137.65 | 0.72 | 0.14 |
| Hex | A | 3D | 19 | 54 | 0 | 3B | 4C | 8A | 48 | E |
| Octal | 12 | 75 | 31 | 124 | 0 | 73 | 114 | 212 | 110 | 16 |
| Binary | 1010 | 111101 | 11001 | 1010100 | 0 | 111011 | 1001100 | 10001010 | 1001000 | 1110 |
Color Harmonies of #0A3D19
Complementary color
Monochromatic Colors of #0A3D19
Black with #0A3D19
Text Example
Text Example
White with #0A3D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3D19; }
p { color: rgb(10,61,25); }
H1.HeaderClassName
{
color: #0A3D19;
}
.AnyTagClassName
{
color: #0A3D19;
}
</style>
background-color css
<style>
a { background-color: #0A3D19; }
a { background-color: rgb(10,61,25); }
div.DivClassName
{
background-color: #0A3D19;
}
.BgClassName
{
background-color: #0A3D19;
}
</style>
border-color css
<style>
span { border-color: #0A3D19; }
span { border-color: rgb(10,61,25); }
td.TdClassName
{
border-color: #0A3D19;
}
.TagClassName
{
border-color: #0A3D19;
}
</style>