Shades of Sherwood Green #1B3E30
Tints of Sherwood Green #1B3E30
RGB
CMYK
RGB Variations
Color information
#1B3E30 (or 0x1B3E30) is known color: Sherwood Green. HEX triplet: 1B, 3E and 30. RGB value is (27,62,48). Sum of RGB (Red+Green+Blue) = 27+62+48=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 62 (24.61% from 255 or 45.26% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 62 - color contains mainly: green. Hex color #1B3E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3E30 is #E4C1CF. Grayscale: #313131. Windows color (decimal): -14991824 or 3161627. OLE color: 3161627.
HSL color Cylindrical-coordinate representation of color #1B3E30: hue angle of 156º 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 #1B3E30 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 62 | 48 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.76 |
| HSL | 156º | 0.39% | 0.17% | - |
| HSV(B) | 156º | 0.56% | 0.24% | - |
| XYZ | 2.71 | 3.89 | 3.4 | - |
| YUV | 49.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 62 | 48 | 0.56 | 0 | 0.23 | 0.76 | 156 | 0.39 | 0.17 |
| Hex | 1B | 3E | 30 | 38 | 0 | 17 | 4C | 9C | 27 | 11 |
| Octal | 33 | 76 | 60 | 70 | 0 | 27 | 114 | 234 | 47 | 21 |
| Binary | 11011 | 111110 | 110000 | 111000 | 0 | 10111 | 1001100 | 10011100 | 100111 | 10001 |
Color Harmonies of #1B3E30
Complementary color
Monochromatic Colors of #1B3E30
Black with #1B3E30
Text Example
Text Example
White with #1B3E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3E30; }
p { color: rgb(27,62,48); }
H1.HeaderClassName
{
color: #1B3E30;
}
.AnyTagClassName
{
color: #1B3E30;
}
</style>
background-color css
<style>
a { background-color: #1B3E30; }
a { background-color: rgb(27,62,48); }
div.DivClassName
{
background-color: #1B3E30;
}
.BgClassName
{
background-color: #1B3E30;
}
</style>
border-color css
<style>
span { border-color: #1B3E30; }
span { border-color: rgb(27,62,48); }
td.TdClassName
{
border-color: #1B3E30;
}
.TagClassName
{
border-color: #1B3E30;
}
</style>