Shades of Sherwood Green #1B5240
Tints of Sherwood Green #1B5240
RGB
CMYK
RGB Variations
Color information
#1B5240 (or 0x1B5240) is known color: Sherwood Green. HEX triplet: 1B, 52 and 40. RGB value is (27,82,64). Sum of RGB (Red+Green+Blue) = 27+82+64=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #1B5240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5240 is #E4ADBF. Grayscale: #3F3F3F. Windows color (decimal): -14986688 or 4215323. OLE color: 4215323.
HSL color Cylindrical-coordinate representation of color #1B5240: hue angle of 160.36º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5240 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 82 | 64 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.68 |
| HSL | 160.36º | 0.5% | 0.21% | - |
| HSV(B) | 160.36º | 0.67% | 0.32% | - |
| XYZ | 4.39 | 6.64 | 5.9 | - |
| YUV | 63.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 64 | 0.67 | 0 | 0.22 | 0.68 | 160.36 | 0.5 | 0.21 |
| Hex | 1B | 52 | 40 | 43 | 0 | 16 | 44 | A0 | 32 | 15 |
| Octal | 33 | 122 | 100 | 103 | 0 | 26 | 104 | 240 | 62 | 25 |
| Binary | 11011 | 1010010 | 1000000 | 1000011 | 0 | 10110 | 1000100 | 10100000 | 110010 | 10101 |
Color Harmonies of #1B5240
Complementary color
Monochromatic Colors of #1B5240
Black with #1B5240
Text Example
Text Example
White with #1B5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5240; }
p { color: rgb(27,82,64); }
H1.HeaderClassName
{
color: #1B5240;
}
.AnyTagClassName
{
color: #1B5240;
}
</style>
background-color css
<style>
a { background-color: #1B5240; }
a { background-color: rgb(27,82,64); }
div.DivClassName
{
background-color: #1B5240;
}
.BgClassName
{
background-color: #1B5240;
}
</style>
border-color css
<style>
span { border-color: #1B5240; }
span { border-color: rgb(27,82,64); }
td.TdClassName
{
border-color: #1B5240;
}
.TagClassName
{
border-color: #1B5240;
}
</style>