Shades of Sherwood Green #1F3E34
Tints of Sherwood Green #1F3E34
RGB
CMYK
RGB Variations
Color information
#1F3E34 (or 0x1F3E34) is known color: Sherwood Green. HEX triplet: 1F, 3E and 34. RGB value is (31,62,52). Sum of RGB (Red+Green+Blue) = 31+62+52=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 62 - color contains mainly: green. Hex color #1F3E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3E34 is #E0C1CB. Grayscale: #333333. Windows color (decimal): -14729676 or 3423775. OLE color: 3423775.
HSL color Cylindrical-coordinate representation of color #1F3E34: hue angle of 160.65º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F3E34 is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 62 | 52 | - |
| CMYK | 0.5 | 0 | 0.16 | 0.76 |
| HSL | 160.65º | 0.33% | 0.18% | - |
| HSV(B) | 160.65º | 0.5% | 0.24% | - |
| XYZ | 2.91 | 3.98 | 3.86 | - |
| YUV | 51.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 62 | 52 | 0.5 | 0 | 0.16 | 0.76 | 160.65 | 0.33 | 0.18 |
| Hex | 1F | 3E | 34 | 32 | 0 | 10 | 4C | A1 | 21 | 12 |
| Octal | 37 | 76 | 64 | 62 | 0 | 20 | 114 | 241 | 41 | 22 |
| Binary | 11111 | 111110 | 110100 | 110010 | 0 | 10000 | 1001100 | 10100001 | 100001 | 10010 |
Color Harmonies of #1F3E34
Complementary color
Monochromatic Colors of #1F3E34
Black with #1F3E34
Text Example
Text Example
White with #1F3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3E34; }
p { color: rgb(31,62,52); }
H1.HeaderClassName
{
color: #1F3E34;
}
.AnyTagClassName
{
color: #1F3E34;
}
</style>
background-color css
<style>
a { background-color: #1F3E34; }
a { background-color: rgb(31,62,52); }
div.DivClassName
{
background-color: #1F3E34;
}
.BgClassName
{
background-color: #1F3E34;
}
</style>
border-color css
<style>
span { border-color: #1F3E34; }
span { border-color: rgb(31,62,52); }
td.TdClassName
{
border-color: #1F3E34;
}
.TagClassName
{
border-color: #1F3E34;
}
</style>