Shades of Deep Fir #153D26
Tints of Deep Fir #153D26
RGB
CMYK
RGB Variations
Color information
#153D26 (or 0x153D26) is known color: Deep Fir. HEX triplet: 15, 3D and 26. RGB value is (21,61,38). Sum of RGB (Red+Green+Blue) = 21+61+38=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #153D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D26 is #EAC2D9. Grayscale: #2E2E2E. Windows color (decimal): -15385306 or 2506005. OLE color: 2506005.
HSL color Cylindrical-coordinate representation of color #153D26: hue angle of 145.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 #153D26 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 61 | 38 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.76 |
| HSL | 145.5º | 0.49% | 0.16% | - |
| HSV(B) | 145.5º | 0.66% | 0.24% | - |
| XYZ | 2.33 | 3.64 | 2.41 | - |
| YUV | 46.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 38 | 0.66 | 0 | 0.38 | 0.76 | 145.5 | 0.49 | 0.16 |
| Hex | 15 | 3D | 26 | 42 | 0 | 26 | 4C | 92 | 31 | 10 |
| Octal | 25 | 75 | 46 | 102 | 0 | 46 | 114 | 222 | 61 | 20 |
| Binary | 10101 | 111101 | 100110 | 1000010 | 0 | 100110 | 1001100 | 10010010 | 110001 | 10000 |
Color Harmonies of #153D26
Complementary color
Monochromatic Colors of #153D26
Black with #153D26
Text Example
Text Example
White with #153D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D26; }
p { color: rgb(21,61,38); }
H1.HeaderClassName
{
color: #153D26;
}
.AnyTagClassName
{
color: #153D26;
}
</style>
background-color css
<style>
a { background-color: #153D26; }
a { background-color: rgb(21,61,38); }
div.DivClassName
{
background-color: #153D26;
}
.BgClassName
{
background-color: #153D26;
}
</style>
border-color css
<style>
span { border-color: #153D26; }
span { border-color: rgb(21,61,38); }
td.TdClassName
{
border-color: #153D26;
}
.TagClassName
{
border-color: #153D26;
}
</style>