Shades of Sherwood Green #1B3E34
Tints of Sherwood Green #1B3E34
RGB
CMYK
RGB Variations
Color information
#1B3E34 (or 0x1B3E34) is known color: Sherwood Green. HEX triplet: 1B, 3E and 34. RGB value is (27,62,52). Sum of RGB (Red+Green+Blue) = 27+62+52=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 62 - color contains mainly: green. Hex color #1B3E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3E34 is #E4C1CB. Grayscale: #323232. Windows color (decimal): -14991820 or 3423771. OLE color: 3423771.
HSL color Cylindrical-coordinate representation of color #1B3E34: hue angle of 162.86º 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 #1B3E34 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 62 | 52 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.76 |
| HSL | 162.86º | 0.39% | 0.17% | - |
| HSV(B) | 162.86º | 0.56% | 0.24% | - |
| XYZ | 2.79 | 3.93 | 3.86 | - |
| YUV | 50.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 62 | 52 | 0.56 | 0 | 0.16 | 0.76 | 162.86 | 0.39 | 0.17 |
| Hex | 1B | 3E | 34 | 38 | 0 | 10 | 4C | A3 | 27 | 11 |
| Octal | 33 | 76 | 64 | 70 | 0 | 20 | 114 | 243 | 47 | 21 |
| Binary | 11011 | 111110 | 110100 | 111000 | 0 | 10000 | 1001100 | 10100011 | 100111 | 10001 |
Color Harmonies of #1B3E34
Complementary color
Monochromatic Colors of #1B3E34
Black with #1B3E34
Text Example
Text Example
White with #1B3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3E34; }
p { color: rgb(27,62,52); }
H1.HeaderClassName
{
color: #1B3E34;
}
.AnyTagClassName
{
color: #1B3E34;
}
</style>
background-color css
<style>
a { background-color: #1B3E34; }
a { background-color: rgb(27,62,52); }
div.DivClassName
{
background-color: #1B3E34;
}
.BgClassName
{
background-color: #1B3E34;
}
</style>
border-color css
<style>
span { border-color: #1B3E34; }
span { border-color: rgb(27,62,52); }
td.TdClassName
{
border-color: #1B3E34;
}
.TagClassName
{
border-color: #1B3E34;
}
</style>