Shades of Deep Fir #153B25
Tints of Deep Fir #153B25
RGB
CMYK
RGB Variations
Color information
#153B25 (or 0x153B25) is known color: Deep Fir. HEX triplet: 15, 3B and 25. RGB value is (21,59,37). Sum of RGB (Red+Green+Blue) = 21+59+37=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 59 (23.44% from 255 or 50.43% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 59 - color contains mainly: green. Hex color #153B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B25 is #EAC4DA. Grayscale: #2D2D2D. Windows color (decimal): -15385819 or 2439957. OLE color: 2439957.
HSL color Cylindrical-coordinate representation of color #153B25: hue angle of 145.26º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153B25 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 59 | 37 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.77 |
| HSL | 145.26º | 0.48% | 0.16% | - |
| HSV(B) | 145.26º | 0.64% | 0.23% | - |
| XYZ | 2.21 | 3.42 | 2.29 | - |
| YUV | 45.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 37 | 0.64 | 0 | 0.37 | 0.77 | 145.26 | 0.48 | 0.16 |
| Hex | 15 | 3B | 25 | 40 | 0 | 25 | 4D | 91 | 30 | 10 |
| Octal | 25 | 73 | 45 | 100 | 0 | 45 | 115 | 221 | 60 | 20 |
| Binary | 10101 | 111011 | 100101 | 1000000 | 0 | 100101 | 1001101 | 10010001 | 110000 | 10000 |
Color Harmonies of #153B25
Complementary color
Monochromatic Colors of #153B25
Black with #153B25
Text Example
Text Example
White with #153B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B25; }
p { color: rgb(21,59,37); }
H1.HeaderClassName
{
color: #153B25;
}
.AnyTagClassName
{
color: #153B25;
}
</style>
background-color css
<style>
a { background-color: #153B25; }
a { background-color: rgb(21,59,37); }
div.DivClassName
{
background-color: #153B25;
}
.BgClassName
{
background-color: #153B25;
}
</style>
border-color css
<style>
span { border-color: #153B25; }
span { border-color: rgb(21,59,37); }
td.TdClassName
{
border-color: #153B25;
}
.TagClassName
{
border-color: #153B25;
}
</style>