Shades of Sherwood Green #1B3D31
Tints of Sherwood Green #1B3D31
RGB
CMYK
RGB Variations
Color information
#1B3D31 (or 0x1B3D31) is known color: Sherwood Green. HEX triplet: 1B, 3D and 31. RGB value is (27,61,49). Sum of RGB (Red+Green+Blue) = 27+61+49=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 61 - color contains mainly: green. Hex color #1B3D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3D31 is #E4C2CE. Grayscale: #313131. Windows color (decimal): -14992079 or 3226907. OLE color: 3226907.
HSL color Cylindrical-coordinate representation of color #1B3D31: hue angle of 158.82º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B3D31 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 61 | 49 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.76 |
| HSL | 158.82º | 0.39% | 0.17% | - |
| HSV(B) | 158.82º | 0.56% | 0.24% | - |
| XYZ | 2.68 | 3.79 | 3.5 | - |
| YUV | 49.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 49 | 0.56 | 0 | 0.20 | 0.76 | 158.82 | 0.39 | 0.17 |
| Hex | 1B | 3D | 31 | 38 | 0 | 14 | 4C | 9F | 27 | 11 |
| Octal | 33 | 75 | 61 | 70 | 0 | 24 | 114 | 237 | 47 | 21 |
| Binary | 11011 | 111101 | 110001 | 111000 | 0 | 10100 | 1001100 | 10011111 | 100111 | 10001 |
Color Harmonies of #1B3D31
Complementary color
Monochromatic Colors of #1B3D31
Black with #1B3D31
Text Example
Text Example
White with #1B3D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D31; }
p { color: rgb(27,61,49); }
H1.HeaderClassName
{
color: #1B3D31;
}
.AnyTagClassName
{
color: #1B3D31;
}
</style>
background-color css
<style>
a { background-color: #1B3D31; }
a { background-color: rgb(27,61,49); }
div.DivClassName
{
background-color: #1B3D31;
}
.BgClassName
{
background-color: #1B3D31;
}
</style>
border-color css
<style>
span { border-color: #1B3D31; }
span { border-color: rgb(27,61,49); }
td.TdClassName
{
border-color: #1B3D31;
}
.TagClassName
{
border-color: #1B3D31;
}
</style>