Shades of Sherwood Green #1A4938
Tints of Sherwood Green #1A4938
RGB
CMYK
RGB Variations
Color information
#1A4938 (or 0x1A4938) is known color: Sherwood Green. HEX triplet: 1A, 49 and 38. RGB value is (26,73,56). Sum of RGB (Red+Green+Blue) = 26+73+56=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #1A4938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4938 is #E5B6C7. Grayscale: #393939. Windows color (decimal): -15054536 or 3688730. OLE color: 3688730.
HSL color Cylindrical-coordinate representation of color #1A4938: hue angle of 158.3º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4938 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 73 | 56 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.71 |
| HSL | 158.3º | 0.47% | 0.19% | - |
| HSV(B) | 158.3º | 0.64% | 0.29% | - |
| XYZ | 3.52 | 5.27 | 4.57 | - |
| YUV | 57.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 56 | 0.64 | 0 | 0.23 | 0.71 | 158.3 | 0.47 | 0.19 |
| Hex | 1A | 49 | 38 | 40 | 0 | 17 | 47 | 9E | 2F | 13 |
| Octal | 32 | 111 | 70 | 100 | 0 | 27 | 107 | 236 | 57 | 23 |
| Binary | 11010 | 1001001 | 111000 | 1000000 | 0 | 10111 | 1000111 | 10011110 | 101111 | 10011 |
Color Harmonies of #1A4938
Complementary color
Monochromatic Colors of #1A4938
Black with #1A4938
Text Example
Text Example
White with #1A4938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4938; }
p { color: rgb(26,73,56); }
H1.HeaderClassName
{
color: #1A4938;
}
.AnyTagClassName
{
color: #1A4938;
}
</style>
background-color css
<style>
a { background-color: #1A4938; }
a { background-color: rgb(26,73,56); }
div.DivClassName
{
background-color: #1A4938;
}
.BgClassName
{
background-color: #1A4938;
}
</style>
border-color css
<style>
span { border-color: #1A4938; }
span { border-color: rgb(26,73,56); }
td.TdClassName
{
border-color: #1A4938;
}
.TagClassName
{
border-color: #1A4938;
}
</style>