Shades of Sherwood Green #1B5140
Tints of Sherwood Green #1B5140
RGB
CMYK
RGB Variations
Color information
#1B5140 (or 0x1B5140) is known color: Sherwood Green. HEX triplet: 1B, 51 and 40. RGB value is (27,81,64). Sum of RGB (Red+Green+Blue) = 27+81+64=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #1B5140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5140 is #E4AEBF. Grayscale: #3E3E3E. Windows color (decimal): -14986944 or 4215067. OLE color: 4215067.
HSL color Cylindrical-coordinate representation of color #1B5140: hue angle of 161.11º 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 #1B5140 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 81 | 64 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.68 |
| HSL | 161.11º | 0.5% | 0.21% | - |
| HSV(B) | 161.11º | 0.67% | 0.32% | - |
| XYZ | 4.32 | 6.49 | 5.88 | - |
| YUV | 62.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 64 | 0.67 | 0 | 0.21 | 0.68 | 161.11 | 0.5 | 0.21 |
| Hex | 1B | 51 | 40 | 43 | 0 | 15 | 44 | A1 | 32 | 15 |
| Octal | 33 | 121 | 100 | 103 | 0 | 25 | 104 | 241 | 62 | 25 |
| Binary | 11011 | 1010001 | 1000000 | 1000011 | 0 | 10101 | 1000100 | 10100001 | 110010 | 10101 |
Color Harmonies of #1B5140
Complementary color
Monochromatic Colors of #1B5140
Black with #1B5140
Text Example
Text Example
White with #1B5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5140; }
p { color: rgb(27,81,64); }
H1.HeaderClassName
{
color: #1B5140;
}
.AnyTagClassName
{
color: #1B5140;
}
</style>
background-color css
<style>
a { background-color: #1B5140; }
a { background-color: rgb(27,81,64); }
div.DivClassName
{
background-color: #1B5140;
}
.BgClassName
{
background-color: #1B5140;
}
</style>
border-color css
<style>
span { border-color: #1B5140; }
span { border-color: rgb(27,81,64); }
td.TdClassName
{
border-color: #1B5140;
}
.TagClassName
{
border-color: #1B5140;
}
</style>