Shades of Deep Fir #0A421D
Tints of Deep Fir #0A421D
RGB
CMYK
RGB Variations
Color information
#0A421D (or 0x0A421D) is known color: Deep Fir. HEX triplet: 0A, 42 and 1D. RGB value is (10,66,29). Sum of RGB (Red+Green+Blue) = 10+66+29=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #0A421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A421D is #F5BDE2. Grayscale: #2D2D2D. Windows color (decimal): -16104931 or 1917450. OLE color: 1917450.
HSL color Cylindrical-coordinate representation of color #0A421D: hue angle of 140.36º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A421D is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 66 | 29 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.74 |
| HSL | 140.36º | 0.74% | 0.15% | - |
| HSV(B) | 140.36º | 0.85% | 0.26% | - |
| XYZ | 2.3 | 4.05 | 1.82 | - |
| YUV | 45.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 29 | 0.85 | 0 | 0.56 | 0.74 | 140.36 | 0.74 | 0.15 |
| Hex | A | 42 | 1D | 55 | 0 | 38 | 4A | 8C | 4A | F |
| Octal | 12 | 102 | 35 | 125 | 0 | 70 | 112 | 214 | 112 | 17 |
| Binary | 1010 | 1000010 | 11101 | 1010101 | 0 | 111000 | 1001010 | 10001100 | 1001010 | 1111 |
Color Harmonies of #0A421D
Complementary color
Monochromatic Colors of #0A421D
Black with #0A421D
Text Example
Text Example
White with #0A421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A421D; }
p { color: rgb(10,66,29); }
H1.HeaderClassName
{
color: #0A421D;
}
.AnyTagClassName
{
color: #0A421D;
}
</style>
background-color css
<style>
a { background-color: #0A421D; }
a { background-color: rgb(10,66,29); }
div.DivClassName
{
background-color: #0A421D;
}
.BgClassName
{
background-color: #0A421D;
}
</style>
border-color css
<style>
span { border-color: #0A421D; }
span { border-color: rgb(10,66,29); }
td.TdClassName
{
border-color: #0A421D;
}
.TagClassName
{
border-color: #0A421D;
}
</style>