Shades of Deep Fir #153A1D
Tints of Deep Fir #153A1D
RGB
CMYK
RGB Variations
Color information
#153A1D (or 0x153A1D) is known color: Deep Fir. HEX triplet: 15, 3A and 1D. RGB value is (21,58,29). Sum of RGB (Red+Green+Blue) = 21+58+29=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 58 (23.05% from 255 or 53.70% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 58 - color contains mainly: green. Hex color #153A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A1D is #EAC5E2. Grayscale: #2B2B2B. Windows color (decimal): -15386083 or 1915413. OLE color: 1915413.
HSL color Cylindrical-coordinate representation of color #153A1D: hue angle of 132.97º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153A1D is Cyan = 0.64, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 58 | 29 | - |
| CMYK | 0.64 | 0 | 0.5 | 0.77 |
| HSL | 132.97º | 0.47% | 0.15% | - |
| HSV(B) | 132.97º | 0.64% | 0.23% | - |
| XYZ | 2.04 | 3.27 | 1.69 | - |
| YUV | 43.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 29 | 0.64 | 0 | 0.5 | 0.77 | 132.97 | 0.47 | 0.15 |
| Hex | 15 | 3A | 1D | 40 | 0 | 32 | 4D | 85 | 2F | F |
| Octal | 25 | 72 | 35 | 100 | 0 | 62 | 115 | 205 | 57 | 17 |
| Binary | 10101 | 111010 | 11101 | 1000000 | 0 | 110010 | 1001101 | 10000101 | 101111 | 1111 |
Color Harmonies of #153A1D
Complementary color
Monochromatic Colors of #153A1D
Black with #153A1D
Text Example
Text Example
White with #153A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A1D; }
p { color: rgb(21,58,29); }
H1.HeaderClassName
{
color: #153A1D;
}
.AnyTagClassName
{
color: #153A1D;
}
</style>
background-color css
<style>
a { background-color: #153A1D; }
a { background-color: rgb(21,58,29); }
div.DivClassName
{
background-color: #153A1D;
}
.BgClassName
{
background-color: #153A1D;
}
</style>
border-color css
<style>
span { border-color: #153A1D; }
span { border-color: rgb(21,58,29); }
td.TdClassName
{
border-color: #153A1D;
}
.TagClassName
{
border-color: #153A1D;
}
</style>