Shades of Sherwood Green #1C473A
Tints of Sherwood Green #1C473A
RGB
CMYK
RGB Variations
Color information
#1C473A (or 0x1C473A) is known color: Sherwood Green. HEX triplet: 1C, 47 and 3A. RGB value is (28,71,58). Sum of RGB (Red+Green+Blue) = 28+71+58=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #1C473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C473A is #E3B8C5. Grayscale: #383838. Windows color (decimal): -14923974 or 3819292. OLE color: 3819292.
HSL color Cylindrical-coordinate representation of color #1C473A: hue angle of 161.86º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C473A is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 71 | 58 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.72 |
| HSL | 161.86º | 0.43% | 0.19% | - |
| HSV(B) | 161.86º | 0.61% | 0.28% | - |
| XYZ | 3.5 | 5.06 | 4.8 | - |
| YUV | 56.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 58 | 0.61 | 0 | 0.18 | 0.72 | 161.86 | 0.43 | 0.19 |
| Hex | 1C | 47 | 3A | 3D | 0 | 12 | 48 | A2 | 2B | 13 |
| Octal | 34 | 107 | 72 | 75 | 0 | 22 | 110 | 242 | 53 | 23 |
| Binary | 11100 | 1000111 | 111010 | 111101 | 0 | 10010 | 1001000 | 10100010 | 101011 | 10011 |
Color Harmonies of #1C473A
Complementary color
Monochromatic Colors of #1C473A
Black with #1C473A
Text Example
Text Example
White with #1C473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C473A; }
p { color: rgb(28,71,58); }
H1.HeaderClassName
{
color: #1C473A;
}
.AnyTagClassName
{
color: #1C473A;
}
</style>
background-color css
<style>
a { background-color: #1C473A; }
a { background-color: rgb(28,71,58); }
div.DivClassName
{
background-color: #1C473A;
}
.BgClassName
{
background-color: #1C473A;
}
</style>
border-color css
<style>
span { border-color: #1C473A; }
span { border-color: rgb(28,71,58); }
td.TdClassName
{
border-color: #1C473A;
}
.TagClassName
{
border-color: #1C473A;
}
</style>