Shades of Deep Fir #144921
Tints of Deep Fir #144921
RGB
CMYK
RGB Variations
Color information
#144921 (or 0x144921) is known color: Deep Fir. HEX triplet: 14, 49 and 21. RGB value is (20,73,33). Sum of RGB (Red+Green+Blue) = 20+73+33=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #144921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144921 is #EBB6DE. Grayscale: #343434. Windows color (decimal): -15447775 or 2181396. OLE color: 2181396.
HSL color Cylindrical-coordinate representation of color #144921: hue angle of 134.72º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144921 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 73 | 33 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.71 |
| HSL | 134.72º | 0.57% | 0.18% | - |
| HSV(B) | 134.72º | 0.73% | 0.29% | - |
| XYZ | 2.95 | 5.02 | 2.25 | - |
| YUV | 52.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 33 | 0.73 | 0 | 0.55 | 0.71 | 134.72 | 0.57 | 0.18 |
| Hex | 14 | 49 | 21 | 49 | 0 | 37 | 47 | 87 | 39 | 12 |
| Octal | 24 | 111 | 41 | 111 | 0 | 67 | 107 | 207 | 71 | 22 |
| Binary | 10100 | 1001001 | 100001 | 1001001 | 0 | 110111 | 1000111 | 10000111 | 111001 | 10010 |
Color Harmonies of #144921
Complementary color
Monochromatic Colors of #144921
Black with #144921
Text Example
Text Example
White with #144921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144921; }
p { color: rgb(20,73,33); }
H1.HeaderClassName
{
color: #144921;
}
.AnyTagClassName
{
color: #144921;
}
</style>
background-color css
<style>
a { background-color: #144921; }
a { background-color: rgb(20,73,33); }
div.DivClassName
{
background-color: #144921;
}
.BgClassName
{
background-color: #144921;
}
</style>
border-color css
<style>
span { border-color: #144921; }
span { border-color: rgb(20,73,33); }
td.TdClassName
{
border-color: #144921;
}
.TagClassName
{
border-color: #144921;
}
</style>