Shades of Sherwood Green #1B3C32
Tints of Sherwood Green #1B3C32
RGB
CMYK
RGB Variations
Color information
#1B3C32 (or 0x1B3C32) is known color: Sherwood Green. HEX triplet: 1B, 3C and 32. RGB value is (27,60,50). Sum of RGB (Red+Green+Blue) = 27+60+50=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 60 - color contains mainly: green. Hex color #1B3C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3C32 is #E4C3CD. Grayscale: #313131. Windows color (decimal): -14992334 or 3292187. OLE color: 3292187.
HSL color Cylindrical-coordinate representation of color #1B3C32: hue angle of 161.82º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1B3C32 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 60 | 50 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.76 |
| HSL | 161.82º | 0.38% | 0.17% | - |
| HSV(B) | 161.82º | 0.55% | 0.24% | - |
| XYZ | 2.64 | 3.7 | 3.59 | - |
| YUV | 48.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 50 | 0.55 | 0 | 0.17 | 0.76 | 161.82 | 0.38 | 0.17 |
| Hex | 1B | 3C | 32 | 37 | 0 | 11 | 4C | A2 | 26 | 11 |
| Octal | 33 | 74 | 62 | 67 | 0 | 21 | 114 | 242 | 46 | 21 |
| Binary | 11011 | 111100 | 110010 | 110111 | 0 | 10001 | 1001100 | 10100010 | 100110 | 10001 |
Color Harmonies of #1B3C32
Complementary color
Monochromatic Colors of #1B3C32
Black with #1B3C32
Text Example
Text Example
White with #1B3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3C32; }
p { color: rgb(27,60,50); }
H1.HeaderClassName
{
color: #1B3C32;
}
.AnyTagClassName
{
color: #1B3C32;
}
</style>
background-color css
<style>
a { background-color: #1B3C32; }
a { background-color: rgb(27,60,50); }
div.DivClassName
{
background-color: #1B3C32;
}
.BgClassName
{
background-color: #1B3C32;
}
</style>
border-color css
<style>
span { border-color: #1B3C32; }
span { border-color: rgb(27,60,50); }
td.TdClassName
{
border-color: #1B3C32;
}
.TagClassName
{
border-color: #1B3C32;
}
</style>