Shades of Deep Fir #0A2D17
Tints of Deep Fir #0A2D17
RGB
CMYK
RGB Variations
Color information
#0A2D17 (or 0x0A2D17) is known color: Deep Fir. HEX triplet: 0A, 2D and 17. RGB value is (10,45,23). Sum of RGB (Red+Green+Blue) = 10+45+23=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 45 (17.97% from 255 or 57.69% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 45 - color contains mainly: green. Hex color #0A2D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2D17 is #F5D2E8. Grayscale: #202020. Windows color (decimal): -16110313 or 1518858. OLE color: 1518858.
HSL color Cylindrical-coordinate representation of color #0A2D17: hue angle of 142.29º 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 #0A2D17 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 45 | 23 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.82 |
| HSL | 142.29º | 0.64% | 0.11% | - |
| HSV(B) | 142.29º | 0.78% | 0.18% | - |
| XYZ | 1.22 | 2 | 1.13 | - |
| YUV | 32.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 23 | 0.78 | 0 | 0.49 | 0.82 | 142.29 | 0.64 | 0.11 |
| Hex | A | 2D | 17 | 4E | 0 | 31 | 52 | 8E | 40 | B |
| Octal | 12 | 55 | 27 | 116 | 0 | 61 | 122 | 216 | 100 | 13 |
| Binary | 1010 | 101101 | 10111 | 1001110 | 0 | 110001 | 1010010 | 10001110 | 1000000 | 1011 |
Color Harmonies of #0A2D17
Complementary color
Monochromatic Colors of #0A2D17
Black with #0A2D17
Text Example
Text Example
White with #0A2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2D17; }
p { color: rgb(10,45,23); }
H1.HeaderClassName
{
color: #0A2D17;
}
.AnyTagClassName
{
color: #0A2D17;
}
</style>
background-color css
<style>
a { background-color: #0A2D17; }
a { background-color: rgb(10,45,23); }
div.DivClassName
{
background-color: #0A2D17;
}
.BgClassName
{
background-color: #0A2D17;
}
</style>
border-color css
<style>
span { border-color: #0A2D17; }
span { border-color: rgb(10,45,23); }
td.TdClassName
{
border-color: #0A2D17;
}
.TagClassName
{
border-color: #0A2D17;
}
</style>