Shades of Deep Fir #153F1D
Tints of Deep Fir #153F1D
RGB
CMYK
RGB Variations
Color information
#153F1D (or 0x153F1D) is known color: Deep Fir. HEX triplet: 15, 3F and 1D. RGB value is (21,63,29). Sum of RGB (Red+Green+Blue) = 21+63+29=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 63 (25% from 255 or 55.75% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 63 - color contains mainly: green. Hex color #153F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F1D is #EAC0E2. Grayscale: #2E2E2E. Windows color (decimal): -15384803 or 1916693. OLE color: 1916693.
HSL color Cylindrical-coordinate representation of color #153F1D: hue angle of 131.43º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153F1D is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 63 | 29 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.75 |
| HSL | 131.43º | 0.5% | 0.16% | - |
| HSV(B) | 131.43º | 0.67% | 0.25% | - |
| XYZ | 2.31 | 3.8 | 1.77 | - |
| YUV | 46.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 29 | 0.67 | 0 | 0.54 | 0.75 | 131.43 | 0.5 | 0.16 |
| Hex | 15 | 3F | 1D | 43 | 0 | 36 | 4B | 83 | 32 | 10 |
| Octal | 25 | 77 | 35 | 103 | 0 | 66 | 113 | 203 | 62 | 20 |
| Binary | 10101 | 111111 | 11101 | 1000011 | 0 | 110110 | 1001011 | 10000011 | 110010 | 10000 |
Color Harmonies of #153F1D
Complementary color
Monochromatic Colors of #153F1D
Black with #153F1D
Text Example
Text Example
White with #153F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F1D; }
p { color: rgb(21,63,29); }
H1.HeaderClassName
{
color: #153F1D;
}
.AnyTagClassName
{
color: #153F1D;
}
</style>
background-color css
<style>
a { background-color: #153F1D; }
a { background-color: rgb(21,63,29); }
div.DivClassName
{
background-color: #153F1D;
}
.BgClassName
{
background-color: #153F1D;
}
</style>
border-color css
<style>
span { border-color: #153F1D; }
span { border-color: rgb(21,63,29); }
td.TdClassName
{
border-color: #153F1D;
}
.TagClassName
{
border-color: #153F1D;
}
</style>