Shades of Sherwood Green #1C5340
Tints of Sherwood Green #1C5340
RGB
CMYK
RGB Variations
Color information
#1C5340 (or 0x1C5340) is known color: Sherwood Green. HEX triplet: 1C, 53 and 40. RGB value is (28,83,64). Sum of RGB (Red+Green+Blue) = 28+83+64=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5340 is #E3ACBF. Grayscale: #404040. Windows color (decimal): -14920896 or 4215580. OLE color: 4215580.
HSL color Cylindrical-coordinate representation of color #1C5340: hue angle of 159.27º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C5340 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 64 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.67 |
| HSL | 159.27º | 0.5% | 0.22% | - |
| HSV(B) | 159.27º | 0.66% | 0.33% | - |
| XYZ | 4.5 | 6.8 | 5.93 | - |
| YUV | 64.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 64 | 0.66 | 0 | 0.23 | 0.67 | 159.27 | 0.5 | 0.22 |
| Hex | 1C | 53 | 40 | 42 | 0 | 17 | 43 | 9F | 32 | 16 |
| Octal | 34 | 123 | 100 | 102 | 0 | 27 | 103 | 237 | 62 | 26 |
| Binary | 11100 | 1010011 | 1000000 | 1000010 | 0 | 10111 | 1000011 | 10011111 | 110010 | 10110 |
Color Harmonies of #1C5340
Complementary color
Monochromatic Colors of #1C5340
Black with #1C5340
Text Example
Text Example
White with #1C5340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5340; }
p { color: rgb(28,83,64); }
H1.HeaderClassName
{
color: #1C5340;
}
.AnyTagClassName
{
color: #1C5340;
}
</style>
background-color css
<style>
a { background-color: #1C5340; }
a { background-color: rgb(28,83,64); }
div.DivClassName
{
background-color: #1C5340;
}
.BgClassName
{
background-color: #1C5340;
}
</style>
border-color css
<style>
span { border-color: #1C5340; }
span { border-color: rgb(28,83,64); }
td.TdClassName
{
border-color: #1C5340;
}
.TagClassName
{
border-color: #1C5340;
}
</style>