Shades of Deep Fir #0D2D1A
Tints of Deep Fir #0D2D1A
RGB
CMYK
RGB Variations
Color information
#0D2D1A (or 0x0D2D1A) is known color: Deep Fir. HEX triplet: 0D, 2D and 1A. RGB value is (13,45,26). Sum of RGB (Red+Green+Blue) = 13+45+26=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 45 (17.97% from 255 or 53.57% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 45 - color contains mainly: green. Hex color #0D2D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2D1A is #F2D2E5. Grayscale: #212121. Windows color (decimal): -15913702 or 1715469. OLE color: 1715469.
HSL color Cylindrical-coordinate representation of color #0D2D1A: hue angle of 144.38º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D2D1A is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 45 | 26 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.82 |
| HSL | 144.38º | 0.55% | 0.11% | - |
| HSV(B) | 144.38º | 0.71% | 0.18% | - |
| XYZ | 1.29 | 2.04 | 1.3 | - |
| YUV | 33.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 45 | 26 | 0.71 | 0 | 0.42 | 0.82 | 144.38 | 0.55 | 0.11 |
| Hex | D | 2D | 1A | 47 | 0 | 2A | 52 | 90 | 37 | B |
| Octal | 15 | 55 | 32 | 107 | 0 | 52 | 122 | 220 | 67 | 13 |
| Binary | 1101 | 101101 | 11010 | 1000111 | 0 | 101010 | 1010010 | 10010000 | 110111 | 1011 |
Color Harmonies of #0D2D1A
Complementary color
Monochromatic Colors of #0D2D1A
Black with #0D2D1A
Text Example
Text Example
White with #0D2D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2D1A; }
p { color: rgb(13,45,26); }
H1.HeaderClassName
{
color: #0D2D1A;
}
.AnyTagClassName
{
color: #0D2D1A;
}
</style>
background-color css
<style>
a { background-color: #0D2D1A; }
a { background-color: rgb(13,45,26); }
div.DivClassName
{
background-color: #0D2D1A;
}
.BgClassName
{
background-color: #0D2D1A;
}
</style>
border-color css
<style>
span { border-color: #0D2D1A; }
span { border-color: rgb(13,45,26); }
td.TdClassName
{
border-color: #0D2D1A;
}
.TagClassName
{
border-color: #0D2D1A;
}
</style>