Shades of Deep Fir #153120
Tints of Deep Fir #153120
RGB
CMYK
RGB Variations
Color information
#153120 (or 0x153120) is known color: Deep Fir. HEX triplet: 15, 31 and 20. RGB value is (21,49,32). Sum of RGB (Red+Green+Blue) = 21+49+32=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #153120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153120 is #EACEDF. Grayscale: #262626. Windows color (decimal): -15388384 or 2109717. OLE color: 2109717.
HSL color Cylindrical-coordinate representation of color #153120: hue angle of 143.57º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #153120 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 49 | 32 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.81 |
| HSL | 143.57º | 0.4% | 0.14% | - |
| HSV(B) | 143.57º | 0.57% | 0.19% | - |
| XYZ | 1.67 | 2.46 | 1.75 | - |
| YUV | 38.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 32 | 0.57 | 0 | 0.35 | 0.81 | 143.57 | 0.4 | 0.14 |
| Hex | 15 | 31 | 20 | 39 | 0 | 23 | 51 | 90 | 28 | E |
| Octal | 25 | 61 | 40 | 71 | 0 | 43 | 121 | 220 | 50 | 16 |
| Binary | 10101 | 110001 | 100000 | 111001 | 0 | 100011 | 1010001 | 10010000 | 101000 | 1110 |
Color Harmonies of #153120
Complementary color
Monochromatic Colors of #153120
Black with #153120
Text Example
Text Example
White with #153120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153120; }
p { color: rgb(21,49,32); }
H1.HeaderClassName
{
color: #153120;
}
.AnyTagClassName
{
color: #153120;
}
</style>
background-color css
<style>
a { background-color: #153120; }
a { background-color: rgb(21,49,32); }
div.DivClassName
{
background-color: #153120;
}
.BgClassName
{
background-color: #153120;
}
</style>
border-color css
<style>
span { border-color: #153120; }
span { border-color: rgb(21,49,32); }
td.TdClassName
{
border-color: #153120;
}
.TagClassName
{
border-color: #153120;
}
</style>