Shades of Deep Fir #154626
Tints of Deep Fir #154626
RGB
CMYK
RGB Variations
Color information
#154626 (or 0x154626) is known color: Deep Fir. HEX triplet: 15, 46 and 26. RGB value is (21,70,38). Sum of RGB (Red+Green+Blue) = 21+70+38=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #154626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154626 is #EAB9D9. Grayscale: #333333. Windows color (decimal): -15383002 or 2508309. OLE color: 2508309.
HSL color Cylindrical-coordinate representation of color #154626: hue angle of 140.82º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154626 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 70 | 38 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.73 |
| HSL | 140.82º | 0.54% | 0.18% | - |
| HSV(B) | 140.82º | 0.7% | 0.27% | - |
| XYZ | 2.85 | 4.68 | 2.59 | - |
| YUV | 51.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 38 | 0.70 | 0 | 0.46 | 0.73 | 140.82 | 0.54 | 0.18 |
| Hex | 15 | 46 | 26 | 46 | 0 | 2E | 49 | 8D | 36 | 12 |
| Octal | 25 | 106 | 46 | 106 | 0 | 56 | 111 | 215 | 66 | 22 |
| Binary | 10101 | 1000110 | 100110 | 1000110 | 0 | 101110 | 1001001 | 10001101 | 110110 | 10010 |
Color Harmonies of #154626
Complementary color
Monochromatic Colors of #154626
Black with #154626
Text Example
Text Example
White with #154626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154626; }
p { color: rgb(21,70,38); }
H1.HeaderClassName
{
color: #154626;
}
.AnyTagClassName
{
color: #154626;
}
</style>
background-color css
<style>
a { background-color: #154626; }
a { background-color: rgb(21,70,38); }
div.DivClassName
{
background-color: #154626;
}
.BgClassName
{
background-color: #154626;
}
</style>
border-color css
<style>
span { border-color: #154626; }
span { border-color: rgb(21,70,38); }
td.TdClassName
{
border-color: #154626;
}
.TagClassName
{
border-color: #154626;
}
</style>