Shades of Deep Fir #153A1C
Tints of Deep Fir #153A1C
RGB
CMYK
RGB Variations
Color information
#153A1C (or 0x153A1C) is known color: Deep Fir. HEX triplet: 15, 3A and 1C. RGB value is (21,58,28). Sum of RGB (Red+Green+Blue) = 21+58+28=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 58 (23.05% from 255 or 54.21% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 58 - color contains mainly: green. Hex color #153A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A1C is #EAC5E3. Grayscale: #2B2B2B. Windows color (decimal): -15386084 or 1849877. OLE color: 1849877.
HSL color Cylindrical-coordinate representation of color #153A1C: hue angle of 131.35º 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 #153A1C is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 58 | 28 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.77 |
| HSL | 131.35º | 0.47% | 0.15% | - |
| HSV(B) | 131.35º | 0.64% | 0.23% | - |
| XYZ | 2.03 | 3.27 | 1.62 | - |
| YUV | 43.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 28 | 0.64 | 0 | 0.52 | 0.77 | 131.35 | 0.47 | 0.15 |
| Hex | 15 | 3A | 1C | 40 | 0 | 34 | 4D | 83 | 2F | F |
| Octal | 25 | 72 | 34 | 100 | 0 | 64 | 115 | 203 | 57 | 17 |
| Binary | 10101 | 111010 | 11100 | 1000000 | 0 | 110100 | 1001101 | 10000011 | 101111 | 1111 |
Color Harmonies of #153A1C
Complementary color
Monochromatic Colors of #153A1C
Black with #153A1C
Text Example
Text Example
White with #153A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A1C; }
p { color: rgb(21,58,28); }
H1.HeaderClassName
{
color: #153A1C;
}
.AnyTagClassName
{
color: #153A1C;
}
</style>
background-color css
<style>
a { background-color: #153A1C; }
a { background-color: rgb(21,58,28); }
div.DivClassName
{
background-color: #153A1C;
}
.BgClassName
{
background-color: #153A1C;
}
</style>
border-color css
<style>
span { border-color: #153A1C; }
span { border-color: rgb(21,58,28); }
td.TdClassName
{
border-color: #153A1C;
}
.TagClassName
{
border-color: #153A1C;
}
</style>