Shades of Sherwood Green #1B3B32
Tints of Sherwood Green #1B3B32
RGB
CMYK
RGB Variations
Color information
#1B3B32 (or 0x1B3B32) is known color: Sherwood Green. HEX triplet: 1B, 3B and 32. RGB value is (27,59,50). Sum of RGB (Red+Green+Blue) = 27+59+50=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 59 - color contains mainly: green. Hex color #1B3B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3B32 is #E4C4CD. Grayscale: #303030. Windows color (decimal): -14992590 or 3291931. OLE color: 3291931.
HSL color Cylindrical-coordinate representation of color #1B3B32: hue angle of 163.12º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1B3B32 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 59 | 50 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.77 |
| HSL | 163.13º | 0.37% | 0.17% | - |
| HSV(B) | 163.13º | 0.54% | 0.23% | - |
| XYZ | 2.59 | 3.59 | 3.57 | - |
| YUV | 48.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 59 | 50 | 0.54 | 0 | 0.15 | 0.77 | 163.13 | 0.37 | 0.17 |
| Hex | 1B | 3B | 32 | 36 | 0 | F | 4D | A3 | 25 | 11 |
| Octal | 33 | 73 | 62 | 66 | 0 | 17 | 115 | 243 | 45 | 21 |
| Binary | 11011 | 111011 | 110010 | 110110 | 0 | 1111 | 1001101 | 10100011 | 100101 | 10001 |
Color Harmonies of #1B3B32
Complementary color
Monochromatic Colors of #1B3B32
Black with #1B3B32
Text Example
Text Example
White with #1B3B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3B32; }
p { color: rgb(27,59,50); }
H1.HeaderClassName
{
color: #1B3B32;
}
.AnyTagClassName
{
color: #1B3B32;
}
</style>
background-color css
<style>
a { background-color: #1B3B32; }
a { background-color: rgb(27,59,50); }
div.DivClassName
{
background-color: #1B3B32;
}
.BgClassName
{
background-color: #1B3B32;
}
</style>
border-color css
<style>
span { border-color: #1B3B32; }
span { border-color: rgb(27,59,50); }
td.TdClassName
{
border-color: #1B3B32;
}
.TagClassName
{
border-color: #1B3B32;
}
</style>