Shades of Deep Fir #144A21
Tints of Deep Fir #144A21
RGB
CMYK
RGB Variations
Color information
#144A21 (or 0x144A21) is known color: Deep Fir. HEX triplet: 14, 4A and 21. RGB value is (20,74,33). Sum of RGB (Red+Green+Blue) = 20+74+33=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 74 (29.30% from 255 or 58.27% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 74 - color contains mainly: green. Hex color #144A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A21 is #EBB5DE. Grayscale: #353535. Windows color (decimal): -15447519 or 2181652. OLE color: 2181652.
HSL color Cylindrical-coordinate representation of color #144A21: hue angle of 134.44º 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 #144A21 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 74 | 33 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.71 |
| HSL | 134.44º | 0.57% | 0.18% | - |
| HSV(B) | 134.44º | 0.73% | 0.29% | - |
| XYZ | 3.01 | 5.16 | 2.28 | - |
| YUV | 53.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 33 | 0.73 | 0 | 0.55 | 0.71 | 134.44 | 0.57 | 0.18 |
| Hex | 14 | 4A | 21 | 49 | 0 | 37 | 47 | 86 | 39 | 12 |
| Octal | 24 | 112 | 41 | 111 | 0 | 67 | 107 | 206 | 71 | 22 |
| Binary | 10100 | 1001010 | 100001 | 1001001 | 0 | 110111 | 1000111 | 10000110 | 111001 | 10010 |
Color Harmonies of #144A21
Complementary color
Monochromatic Colors of #144A21
Black with #144A21
Text Example
Text Example
White with #144A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A21; }
p { color: rgb(20,74,33); }
H1.HeaderClassName
{
color: #144A21;
}
.AnyTagClassName
{
color: #144A21;
}
</style>
background-color css
<style>
a { background-color: #144A21; }
a { background-color: rgb(20,74,33); }
div.DivClassName
{
background-color: #144A21;
}
.BgClassName
{
background-color: #144A21;
}
</style>
border-color css
<style>
span { border-color: #144A21; }
span { border-color: rgb(20,74,33); }
td.TdClassName
{
border-color: #144A21;
}
.TagClassName
{
border-color: #144A21;
}
</style>