Shades of Deep Fir #152C1D
Tints of Deep Fir #152C1D
RGB
CMYK
RGB Variations
Color information
#152C1D (or 0x152C1D) is known color: Deep Fir. HEX triplet: 15, 2C and 1D. RGB value is (21,44,29). Sum of RGB (Red+Green+Blue) = 21+44+29=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 44 - color contains mainly: green. Hex color #152C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C1D is #EAD3E2. Grayscale: #232323. Windows color (decimal): -15389667 or 1911829. OLE color: 1911829.
HSL color Cylindrical-coordinate representation of color #152C1D: hue angle of 140.87º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #152C1D is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 44 | 29 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.83 |
| HSL | 140.87º | 0.35% | 0.13% | - |
| HSV(B) | 140.87º | 0.52% | 0.17% | - |
| XYZ | 1.43 | 2.05 | 1.48 | - |
| YUV | 35.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 29 | 0.52 | 0 | 0.34 | 0.83 | 140.87 | 0.35 | 0.13 |
| Hex | 15 | 2C | 1D | 34 | 0 | 22 | 53 | 8D | 23 | D |
| Octal | 25 | 54 | 35 | 64 | 0 | 42 | 123 | 215 | 43 | 15 |
| Binary | 10101 | 101100 | 11101 | 110100 | 0 | 100010 | 1010011 | 10001101 | 100011 | 1101 |
Color Harmonies of #152C1D
Complementary color
Monochromatic Colors of #152C1D
Black with #152C1D
Text Example
Text Example
White with #152C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C1D; }
p { color: rgb(21,44,29); }
H1.HeaderClassName
{
color: #152C1D;
}
.AnyTagClassName
{
color: #152C1D;
}
</style>
background-color css
<style>
a { background-color: #152C1D; }
a { background-color: rgb(21,44,29); }
div.DivClassName
{
background-color: #152C1D;
}
.BgClassName
{
background-color: #152C1D;
}
</style>
border-color css
<style>
span { border-color: #152C1D; }
span { border-color: rgb(21,44,29); }
td.TdClassName
{
border-color: #152C1D;
}
.TagClassName
{
border-color: #152C1D;
}
</style>