Shades of Deep Fir #0D2F1A
Tints of Deep Fir #0D2F1A
RGB
CMYK
RGB Variations
Color information
#0D2F1A (or 0x0D2F1A) is known color: Deep Fir. HEX triplet: 0D, 2F and 1A. RGB value is (13,47,26). Sum of RGB (Red+Green+Blue) = 13+47+26=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 47 (18.75% from 255 or 54.65% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 47 - color contains mainly: green. Hex color #0D2F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2F1A is #F2D0E5. Grayscale: #222222. Windows color (decimal): -15913190 or 1715981. OLE color: 1715981.
HSL color Cylindrical-coordinate representation of color #0D2F1A: hue angle of 142.94º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2F1A is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 47 | 26 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.82 |
| HSL | 142.94º | 0.57% | 0.12% | - |
| HSV(B) | 142.94º | 0.72% | 0.18% | - |
| XYZ | 1.37 | 2.19 | 1.33 | - |
| YUV | 34.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 47 | 26 | 0.72 | 0 | 0.45 | 0.82 | 142.94 | 0.57 | 0.12 |
| Hex | D | 2F | 1A | 48 | 0 | 2D | 52 | 8F | 39 | C |
| Octal | 15 | 57 | 32 | 110 | 0 | 55 | 122 | 217 | 71 | 14 |
| Binary | 1101 | 101111 | 11010 | 1001000 | 0 | 101101 | 1010010 | 10001111 | 111001 | 1100 |
Color Harmonies of #0D2F1A
Complementary color
Monochromatic Colors of #0D2F1A
Black with #0D2F1A
Text Example
Text Example
White with #0D2F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2F1A; }
p { color: rgb(13,47,26); }
H1.HeaderClassName
{
color: #0D2F1A;
}
.AnyTagClassName
{
color: #0D2F1A;
}
</style>
background-color css
<style>
a { background-color: #0D2F1A; }
a { background-color: rgb(13,47,26); }
div.DivClassName
{
background-color: #0D2F1A;
}
.BgClassName
{
background-color: #0D2F1A;
}
</style>
border-color css
<style>
span { border-color: #0D2F1A; }
span { border-color: rgb(13,47,26); }
td.TdClassName
{
border-color: #0D2F1A;
}
.TagClassName
{
border-color: #0D2F1A;
}
</style>