Shades of Sherwood Green #144938
Tints of Sherwood Green #144938
RGB
CMYK
RGB Variations
Color information
#144938 (or 0x144938) is known color: Sherwood Green. HEX triplet: 14, 49 and 38. RGB value is (20,73,56). Sum of RGB (Red+Green+Blue) = 20+73+56=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #144938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144938 is #EBB6C7. Grayscale: #373737. Windows color (decimal): -15447752 or 3688724. OLE color: 3688724.
HSL color Cylindrical-coordinate representation of color #144938: hue angle of 160.75º 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 #144938 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 73 | 56 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.71 |
| HSL | 160.75º | 0.57% | 0.18% | - |
| HSV(B) | 160.75º | 0.73% | 0.29% | - |
| XYZ | 3.38 | 5.2 | 4.57 | - |
| YUV | 55.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 56 | 0.73 | 0 | 0.23 | 0.71 | 160.75 | 0.57 | 0.18 |
| Hex | 14 | 49 | 38 | 49 | 0 | 17 | 47 | A1 | 39 | 12 |
| Octal | 24 | 111 | 70 | 111 | 0 | 27 | 107 | 241 | 71 | 22 |
| Binary | 10100 | 1001001 | 111000 | 1001001 | 0 | 10111 | 1000111 | 10100001 | 111001 | 10010 |
Color Harmonies of #144938
Complementary color
Monochromatic Colors of #144938
Black with #144938
Text Example
Text Example
White with #144938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144938; }
p { color: rgb(20,73,56); }
H1.HeaderClassName
{
color: #144938;
}
.AnyTagClassName
{
color: #144938;
}
</style>
background-color css
<style>
a { background-color: #144938; }
a { background-color: rgb(20,73,56); }
div.DivClassName
{
background-color: #144938;
}
.BgClassName
{
background-color: #144938;
}
</style>
border-color css
<style>
span { border-color: #144938; }
span { border-color: rgb(20,73,56); }
td.TdClassName
{
border-color: #144938;
}
.TagClassName
{
border-color: #144938;
}
</style>