Shades of Deep Fir #0A2D14
Tints of Deep Fir #0A2D14
RGB
CMYK
RGB Variations
Color information
#0A2D14 (or 0x0A2D14) is known color: Deep Fir. HEX triplet: 0A, 2D and 14. RGB value is (10,45,20). Sum of RGB (Red+Green+Blue) = 10+45+20=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 45 (17.97% from 255 or 60% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 45 - color contains mainly: green. Hex color #0A2D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2D14 is #F5D2EB. Grayscale: #1F1F1F. Windows color (decimal): -16110316 or 1322250. OLE color: 1322250.
HSL color Cylindrical-coordinate representation of color #0A2D14: hue angle of 137.14º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A2D14 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 45 | 20 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.82 |
| HSL | 137.14º | 0.64% | 0.11% | - |
| HSV(B) | 137.14º | 0.78% | 0.18% | - |
| XYZ | 1.19 | 1.99 | 0.98 | - |
| YUV | 31.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 20 | 0.78 | 0 | 0.56 | 0.82 | 137.14 | 0.64 | 0.11 |
| Hex | A | 2D | 14 | 4E | 0 | 38 | 52 | 89 | 40 | B |
| Octal | 12 | 55 | 24 | 116 | 0 | 70 | 122 | 211 | 100 | 13 |
| Binary | 1010 | 101101 | 10100 | 1001110 | 0 | 111000 | 1010010 | 10001001 | 1000000 | 1011 |
Color Harmonies of #0A2D14
Complementary color
Monochromatic Colors of #0A2D14
Black with #0A2D14
Text Example
Text Example
White with #0A2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2D14; }
p { color: rgb(10,45,20); }
H1.HeaderClassName
{
color: #0A2D14;
}
.AnyTagClassName
{
color: #0A2D14;
}
</style>
background-color css
<style>
a { background-color: #0A2D14; }
a { background-color: rgb(10,45,20); }
div.DivClassName
{
background-color: #0A2D14;
}
.BgClassName
{
background-color: #0A2D14;
}
</style>
border-color css
<style>
span { border-color: #0A2D14; }
span { border-color: rgb(10,45,20); }
td.TdClassName
{
border-color: #0A2D14;
}
.TagClassName
{
border-color: #0A2D14;
}
</style>