Shades of Sherwood Green #1C3D34
Tints of Sherwood Green #1C3D34
RGB
CMYK
RGB Variations
Color information
#1C3D34 (or 0x1C3D34) is known color: Sherwood Green. HEX triplet: 1C, 3D and 34. RGB value is (28,61,52). Sum of RGB (Red+Green+Blue) = 28+61+52=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #1C3D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3D34 is #E3C2CB. Grayscale: #323232. Windows color (decimal): -14926540 or 3423516. OLE color: 3423516.
HSL color Cylindrical-coordinate representation of color #1C3D34: hue angle of 163.64º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C3D34 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 61 | 52 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.76 |
| HSL | 163.64º | 0.37% | 0.17% | - |
| HSV(B) | 163.64º | 0.54% | 0.24% | - |
| XYZ | 2.77 | 3.83 | 3.84 | - |
| YUV | 50.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 61 | 52 | 0.54 | 0 | 0.15 | 0.76 | 163.64 | 0.37 | 0.17 |
| Hex | 1C | 3D | 34 | 36 | 0 | F | 4C | A4 | 25 | 11 |
| Octal | 34 | 75 | 64 | 66 | 0 | 17 | 114 | 244 | 45 | 21 |
| Binary | 11100 | 111101 | 110100 | 110110 | 0 | 1111 | 1001100 | 10100100 | 100101 | 10001 |
Color Harmonies of #1C3D34
Complementary color
Monochromatic Colors of #1C3D34
Black with #1C3D34
Text Example
Text Example
White with #1C3D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3D34; }
p { color: rgb(28,61,52); }
H1.HeaderClassName
{
color: #1C3D34;
}
.AnyTagClassName
{
color: #1C3D34;
}
</style>
background-color css
<style>
a { background-color: #1C3D34; }
a { background-color: rgb(28,61,52); }
div.DivClassName
{
background-color: #1C3D34;
}
.BgClassName
{
background-color: #1C3D34;
}
</style>
border-color css
<style>
span { border-color: #1C3D34; }
span { border-color: rgb(28,61,52); }
td.TdClassName
{
border-color: #1C3D34;
}
.TagClassName
{
border-color: #1C3D34;
}
</style>