Shades of Sherwood Green #1F3B32
Tints of Sherwood Green #1F3B32
RGB
CMYK
RGB Variations
Color information
#1F3B32 (or 0x1F3B32) is known color: Sherwood Green. HEX triplet: 1F, 3B and 32. RGB value is (31,59,50). Sum of RGB (Red+Green+Blue) = 31+59+50=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 59 - color contains mainly: green. Hex color #1F3B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3B32 is #E0C4CD. Grayscale: #313131. Windows color (decimal): -14730446 or 3291935. OLE color: 3291935.
HSL color Cylindrical-coordinate representation of color #1F3B32: hue angle of 160.71º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F3B32 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 59 | 50 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.77 |
| HSL | 160.71º | 0.31% | 0.18% | - |
| HSV(B) | 160.71º | 0.47% | 0.23% | - |
| XYZ | 2.7 | 3.65 | 3.58 | - |
| YUV | 49.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 50 | 0.47 | 0 | 0.15 | 0.77 | 160.71 | 0.31 | 0.18 |
| Hex | 1F | 3B | 32 | 2F | 0 | F | 4D | A1 | 1F | 12 |
| Octal | 37 | 73 | 62 | 57 | 0 | 17 | 115 | 241 | 37 | 22 |
| Binary | 11111 | 111011 | 110010 | 101111 | 0 | 1111 | 1001101 | 10100001 | 11111 | 10010 |
Color Harmonies of #1F3B32
Complementary color
Monochromatic Colors of #1F3B32
Black with #1F3B32
Text Example
Text Example
White with #1F3B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3B32; }
p { color: rgb(31,59,50); }
H1.HeaderClassName
{
color: #1F3B32;
}
.AnyTagClassName
{
color: #1F3B32;
}
</style>
background-color css
<style>
a { background-color: #1F3B32; }
a { background-color: rgb(31,59,50); }
div.DivClassName
{
background-color: #1F3B32;
}
.BgClassName
{
background-color: #1F3B32;
}
</style>
border-color css
<style>
span { border-color: #1F3B32; }
span { border-color: rgb(31,59,50); }
td.TdClassName
{
border-color: #1F3B32;
}
.TagClassName
{
border-color: #1F3B32;
}
</style>