Shades of Deep Fir #154227
Tints of Deep Fir #154227
RGB
CMYK
RGB Variations
Color information
#154227 (or 0x154227) is known color: Deep Fir. HEX triplet: 15, 42 and 27. RGB value is (21,66,39). Sum of RGB (Red+Green+Blue) = 21+66+39=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #154227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154227 is #EABDD8. Grayscale: #313131. Windows color (decimal): -15384025 or 2572821. OLE color: 2572821.
HSL color Cylindrical-coordinate representation of color #154227: hue angle of 144º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154227 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 66 | 39 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.74 |
| HSL | 144º | 0.52% | 0.17% | - |
| HSV(B) | 144º | 0.68% | 0.26% | - |
| XYZ | 2.62 | 4.2 | 2.59 | - |
| YUV | 49.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 39 | 0.68 | 0 | 0.41 | 0.74 | 144 | 0.52 | 0.17 |
| Hex | 15 | 42 | 27 | 44 | 0 | 29 | 4A | 90 | 34 | 11 |
| Octal | 25 | 102 | 47 | 104 | 0 | 51 | 112 | 220 | 64 | 21 |
| Binary | 10101 | 1000010 | 100111 | 1000100 | 0 | 101001 | 1001010 | 10010000 | 110100 | 10001 |
Color Harmonies of #154227
Complementary color
Monochromatic Colors of #154227
Black with #154227
Text Example
Text Example
White with #154227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154227; }
p { color: rgb(21,66,39); }
H1.HeaderClassName
{
color: #154227;
}
.AnyTagClassName
{
color: #154227;
}
</style>
background-color css
<style>
a { background-color: #154227; }
a { background-color: rgb(21,66,39); }
div.DivClassName
{
background-color: #154227;
}
.BgClassName
{
background-color: #154227;
}
</style>
border-color css
<style>
span { border-color: #154227; }
span { border-color: rgb(21,66,39); }
td.TdClassName
{
border-color: #154227;
}
.TagClassName
{
border-color: #154227;
}
</style>