Shades of Deep Fir #0A2613
Tints of Deep Fir #0A2613
RGB
CMYK
RGB Variations
Color information
#0A2613 (or 0x0A2613) is known color: Deep Fir. HEX triplet: 0A, 26 and 13. RGB value is (10,38,19). Sum of RGB (Red+Green+Blue) = 10+38+19=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #0A2613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2613 is #F5D9EC. Grayscale: #1B1B1B. Windows color (decimal): -16112109 or 1254922. OLE color: 1254922.
HSL color Cylindrical-coordinate representation of color #0A2613: hue angle of 139.29º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2613 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 38 | 19 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.85 |
| HSL | 139.29º | 0.58% | 0.09% | - |
| HSV(B) | 139.29º | 0.74% | 0.15% | - |
| XYZ | 0.94 | 1.5 | 0.86 | - |
| YUV | 27.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 38 | 19 | 0.74 | 0 | 0.50 | 0.85 | 139.29 | 0.58 | 0.09 |
| Hex | A | 26 | 13 | 4A | 0 | 32 | 55 | 8B | 3A | 9 |
| Octal | 12 | 46 | 23 | 112 | 0 | 62 | 125 | 213 | 72 | 11 |
| Binary | 1010 | 100110 | 10011 | 1001010 | 0 | 110010 | 1010101 | 10001011 | 111010 | 1001 |
Color Harmonies of #0A2613
Complementary color
Monochromatic Colors of #0A2613
Black with #0A2613
Text Example
Text Example
White with #0A2613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2613; }
p { color: rgb(10,38,19); }
H1.HeaderClassName
{
color: #0A2613;
}
.AnyTagClassName
{
color: #0A2613;
}
</style>
background-color css
<style>
a { background-color: #0A2613; }
a { background-color: rgb(10,38,19); }
div.DivClassName
{
background-color: #0A2613;
}
.BgClassName
{
background-color: #0A2613;
}
</style>
border-color css
<style>
span { border-color: #0A2613; }
span { border-color: rgb(10,38,19); }
td.TdClassName
{
border-color: #0A2613;
}
.TagClassName
{
border-color: #0A2613;
}
</style>