Shades of Deep Fir #153D24
Tints of Deep Fir #153D24
RGB
CMYK
RGB Variations
Color information
#153D24 (or 0x153D24) is known color: Deep Fir. HEX triplet: 15, 3D and 24. RGB value is (21,61,36). Sum of RGB (Red+Green+Blue) = 21+61+36=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 61 (24.22% from 255 or 51.69% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 61 - color contains mainly: green. Hex color #153D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D24 is #EAC2DB. Grayscale: #2E2E2E. Windows color (decimal): -15385308 or 2374933. OLE color: 2374933.
HSL color Cylindrical-coordinate representation of color #153D24: hue angle of 142.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #153D24 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 61 | 36 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.76 |
| HSL | 142.5º | 0.49% | 0.16% | - |
| HSV(B) | 142.5º | 0.66% | 0.24% | - |
| XYZ | 2.3 | 3.62 | 2.25 | - |
| YUV | 46.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 36 | 0.66 | 0 | 0.41 | 0.76 | 142.5 | 0.49 | 0.16 |
| Hex | 15 | 3D | 24 | 42 | 0 | 29 | 4C | 8E | 31 | 10 |
| Octal | 25 | 75 | 44 | 102 | 0 | 51 | 114 | 216 | 61 | 20 |
| Binary | 10101 | 111101 | 100100 | 1000010 | 0 | 101001 | 1001100 | 10001110 | 110001 | 10000 |
Color Harmonies of #153D24
Complementary color
Monochromatic Colors of #153D24
Black with #153D24
Text Example
Text Example
White with #153D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D24; }
p { color: rgb(21,61,36); }
H1.HeaderClassName
{
color: #153D24;
}
.AnyTagClassName
{
color: #153D24;
}
</style>
background-color css
<style>
a { background-color: #153D24; }
a { background-color: rgb(21,61,36); }
div.DivClassName
{
background-color: #153D24;
}
.BgClassName
{
background-color: #153D24;
}
</style>
border-color css
<style>
span { border-color: #153D24; }
span { border-color: rgb(21,61,36); }
td.TdClassName
{
border-color: #153D24;
}
.TagClassName
{
border-color: #153D24;
}
</style>