Shades of Deep Fir #152D1D
Tints of Deep Fir #152D1D
RGB
CMYK
RGB Variations
Color information
#152D1D (or 0x152D1D) is known color: Deep Fir. HEX triplet: 15, 2D and 1D. RGB value is (21,45,29). Sum of RGB (Red+Green+Blue) = 21+45+29=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 45 - color contains mainly: green. Hex color #152D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D1D is #EAD2E2. Grayscale: #242424. Windows color (decimal): -15389411 or 1912085. OLE color: 1912085.
HSL color Cylindrical-coordinate representation of color #152D1D: hue angle of 140º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #152D1D is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 45 | 29 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.82 |
| HSL | 140º | 0.36% | 0.13% | - |
| HSV(B) | 140º | 0.53% | 0.18% | - |
| XYZ | 1.47 | 2.12 | 1.5 | - |
| YUV | 36 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 29 | 0.53 | 0 | 0.36 | 0.82 | 140 | 0.36 | 0.13 |
| Hex | 15 | 2D | 1D | 35 | 0 | 24 | 52 | 8C | 24 | D |
| Octal | 25 | 55 | 35 | 65 | 0 | 44 | 122 | 214 | 44 | 15 |
| Binary | 10101 | 101101 | 11101 | 110101 | 0 | 100100 | 1010010 | 10001100 | 100100 | 1101 |
Color Harmonies of #152D1D
Complementary color
Monochromatic Colors of #152D1D
Black with #152D1D
Text Example
Text Example
White with #152D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D1D; }
p { color: rgb(21,45,29); }
H1.HeaderClassName
{
color: #152D1D;
}
.AnyTagClassName
{
color: #152D1D;
}
</style>
background-color css
<style>
a { background-color: #152D1D; }
a { background-color: rgb(21,45,29); }
div.DivClassName
{
background-color: #152D1D;
}
.BgClassName
{
background-color: #152D1D;
}
</style>
border-color css
<style>
span { border-color: #152D1D; }
span { border-color: rgb(21,45,29); }
td.TdClassName
{
border-color: #152D1D;
}
.TagClassName
{
border-color: #152D1D;
}
</style>