Shades of Deep Fir #152C1C
Tints of Deep Fir #152C1C
RGB
CMYK
RGB Variations
Color information
#152C1C (or 0x152C1C) is known color: Deep Fir. HEX triplet: 15, 2C and 1C. RGB value is (21,44,28). Sum of RGB (Red+Green+Blue) = 21+44+28=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 44 - color contains mainly: green. Hex color #152C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C1C is #EAD3E3. Grayscale: #232323. Windows color (decimal): -15389668 or 1846293. OLE color: 1846293.
HSL color Cylindrical-coordinate representation of color #152C1C: hue angle of 138.26º 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 #152C1C is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 44 | 28 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.83 |
| HSL | 138.26º | 0.35% | 0.13% | - |
| HSV(B) | 138.26º | 0.52% | 0.17% | - |
| XYZ | 1.42 | 2.04 | 1.42 | - |
| YUV | 35.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 28 | 0.52 | 0 | 0.36 | 0.83 | 138.26 | 0.35 | 0.13 |
| Hex | 15 | 2C | 1C | 34 | 0 | 24 | 53 | 8A | 23 | D |
| Octal | 25 | 54 | 34 | 64 | 0 | 44 | 123 | 212 | 43 | 15 |
| Binary | 10101 | 101100 | 11100 | 110100 | 0 | 100100 | 1010011 | 10001010 | 100011 | 1101 |
Color Harmonies of #152C1C
Complementary color
Monochromatic Colors of #152C1C
Black with #152C1C
Text Example
Text Example
White with #152C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C1C; }
p { color: rgb(21,44,28); }
H1.HeaderClassName
{
color: #152C1C;
}
.AnyTagClassName
{
color: #152C1C;
}
</style>
background-color css
<style>
a { background-color: #152C1C; }
a { background-color: rgb(21,44,28); }
div.DivClassName
{
background-color: #152C1C;
}
.BgClassName
{
background-color: #152C1C;
}
</style>
border-color css
<style>
span { border-color: #152C1C; }
span { border-color: rgb(21,44,28); }
td.TdClassName
{
border-color: #152C1C;
}
.TagClassName
{
border-color: #152C1C;
}
</style>