Shades of Sherwood Green #1C3A30
Tints of Sherwood Green #1C3A30
RGB
CMYK
RGB Variations
Color information
#1C3A30 (or 0x1C3A30) is known color: Sherwood Green. HEX triplet: 1C, 3A and 30. RGB value is (28,58,48). Sum of RGB (Red+Green+Blue) = 28+58+48=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #1C3A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3A30 is #E3C5CF. Grayscale: #2F2F2F. Windows color (decimal): -14927312 or 3160604. OLE color: 3160604.
HSL color Cylindrical-coordinate representation of color #1C3A30: hue angle of 160º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C3A30 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 28 | 58 | 48 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.77 |
| HSL | 160º | 0.35% | 0.17% | - |
| HSV(B) | 160º | 0.52% | 0.23% | - |
| XYZ | 2.53 | 3.49 | 3.34 | - |
| YUV | 47.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 58 | 48 | 0.52 | 0 | 0.17 | 0.77 | 160 | 0.35 | 0.17 |
| Hex | 1C | 3A | 30 | 34 | 0 | 11 | 4D | A0 | 23 | 11 |
| Octal | 34 | 72 | 60 | 64 | 0 | 21 | 115 | 240 | 43 | 21 |
| Binary | 11100 | 111010 | 110000 | 110100 | 0 | 10001 | 1001101 | 10100000 | 100011 | 10001 |
Color Harmonies of #1C3A30
Complementary color
Monochromatic Colors of #1C3A30
Black with #1C3A30
Text Example
Text Example
White with #1C3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3A30; }
p { color: rgb(28,58,48); }
H1.HeaderClassName
{
color: #1C3A30;
}
.AnyTagClassName
{
color: #1C3A30;
}
</style>
background-color css
<style>
a { background-color: #1C3A30; }
a { background-color: rgb(28,58,48); }
div.DivClassName
{
background-color: #1C3A30;
}
.BgClassName
{
background-color: #1C3A30;
}
</style>
border-color css
<style>
span { border-color: #1C3A30; }
span { border-color: rgb(28,58,48); }
td.TdClassName
{
border-color: #1C3A30;
}
.TagClassName
{
border-color: #1C3A30;
}
</style>