Shades of Sherwood Green #1C4938
Tints of Sherwood Green #1C4938
RGB
CMYK
RGB Variations
Color information
#1C4938 (or 0x1C4938) is known color: Sherwood Green. HEX triplet: 1C, 49 and 38. RGB value is (28,73,56). Sum of RGB (Red+Green+Blue) = 28+73+56=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #1C4938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4938 is #E3B6C7. Grayscale: #393939. Windows color (decimal): -14923464 or 3688732. OLE color: 3688732.
HSL color Cylindrical-coordinate representation of color #1C4938: hue angle of 157.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C4938 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 73 | 56 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.71 |
| HSL | 157.33º | 0.45% | 0.2% | - |
| HSV(B) | 157.33º | 0.62% | 0.29% | - |
| XYZ | 3.58 | 5.3 | 4.58 | - |
| YUV | 57.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 56 | 0.62 | 0 | 0.23 | 0.71 | 157.33 | 0.45 | 0.2 |
| Hex | 1C | 49 | 38 | 3E | 0 | 17 | 47 | 9D | 2D | 14 |
| Octal | 34 | 111 | 70 | 76 | 0 | 27 | 107 | 235 | 55 | 24 |
| Binary | 11100 | 1001001 | 111000 | 111110 | 0 | 10111 | 1000111 | 10011101 | 101101 | 10100 |
Color Harmonies of #1C4938
Complementary color
Monochromatic Colors of #1C4938
Black with #1C4938
Text Example
Text Example
White with #1C4938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4938; }
p { color: rgb(28,73,56); }
H1.HeaderClassName
{
color: #1C4938;
}
.AnyTagClassName
{
color: #1C4938;
}
</style>
background-color css
<style>
a { background-color: #1C4938; }
a { background-color: rgb(28,73,56); }
div.DivClassName
{
background-color: #1C4938;
}
.BgClassName
{
background-color: #1C4938;
}
</style>
border-color css
<style>
span { border-color: #1C4938; }
span { border-color: rgb(28,73,56); }
td.TdClassName
{
border-color: #1C4938;
}
.TagClassName
{
border-color: #1C4938;
}
</style>