Shades of Deep Fir #153D25
Tints of Deep Fir #153D25
RGB
CMYK
RGB Variations
Color information
#153D25 (or 0x153D25) is known color: Deep Fir. HEX triplet: 15, 3D and 25. RGB value is (21,61,37). Sum of RGB (Red+Green+Blue) = 21+61+37=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #153D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D25 is #EAC2DA. Grayscale: #2E2E2E. Windows color (decimal): -15385307 or 2440469. OLE color: 2440469.
HSL color Cylindrical-coordinate representation of color #153D25: hue angle of 144º 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 #153D25 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 61 | 37 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.76 |
| HSL | 144º | 0.49% | 0.16% | - |
| HSV(B) | 144º | 0.66% | 0.24% | - |
| XYZ | 2.31 | 3.63 | 2.33 | - |
| YUV | 46.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 37 | 0.66 | 0 | 0.39 | 0.76 | 144 | 0.49 | 0.16 |
| Hex | 15 | 3D | 25 | 42 | 0 | 27 | 4C | 90 | 31 | 10 |
| Octal | 25 | 75 | 45 | 102 | 0 | 47 | 114 | 220 | 61 | 20 |
| Binary | 10101 | 111101 | 100101 | 1000010 | 0 | 100111 | 1001100 | 10010000 | 110001 | 10000 |
Color Harmonies of #153D25
Complementary color
Monochromatic Colors of #153D25
Black with #153D25
Text Example
Text Example
White with #153D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D25; }
p { color: rgb(21,61,37); }
H1.HeaderClassName
{
color: #153D25;
}
.AnyTagClassName
{
color: #153D25;
}
</style>
background-color css
<style>
a { background-color: #153D25; }
a { background-color: rgb(21,61,37); }
div.DivClassName
{
background-color: #153D25;
}
.BgClassName
{
background-color: #153D25;
}
</style>
border-color css
<style>
span { border-color: #153D25; }
span { border-color: rgb(21,61,37); }
td.TdClassName
{
border-color: #153D25;
}
.TagClassName
{
border-color: #153D25;
}
</style>