Shades of Sherwood Green #1F4034
Tints of Sherwood Green #1F4034
RGB
CMYK
RGB Variations
Color information
#1F4034 (or 0x1F4034) is known color: Sherwood Green. HEX triplet: 1F, 40 and 34. RGB value is (31,64,52). Sum of RGB (Red+Green+Blue) = 31+64+52=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4034 is #E0BFCB. Grayscale: #343434. Windows color (decimal): -14729164 or 3424287. OLE color: 3424287.
HSL color Cylindrical-coordinate representation of color #1F4034: hue angle of 158.18º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4034 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 52 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.75 |
| HSL | 158.18º | 0.35% | 0.19% | - |
| HSV(B) | 158.18º | 0.52% | 0.25% | - |
| XYZ | 3.02 | 4.21 | 3.9 | - |
| YUV | 52.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 52 | 0.52 | 0 | 0.19 | 0.75 | 158.18 | 0.35 | 0.19 |
| Hex | 1F | 40 | 34 | 34 | 0 | 13 | 4B | 9E | 23 | 13 |
| Octal | 37 | 100 | 64 | 64 | 0 | 23 | 113 | 236 | 43 | 23 |
| Binary | 11111 | 1000000 | 110100 | 110100 | 0 | 10011 | 1001011 | 10011110 | 100011 | 10011 |
Color Harmonies of #1F4034
Complementary color
Monochromatic Colors of #1F4034
Black with #1F4034
Text Example
Text Example
White with #1F4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4034; }
p { color: rgb(31,64,52); }
H1.HeaderClassName
{
color: #1F4034;
}
.AnyTagClassName
{
color: #1F4034;
}
</style>
background-color css
<style>
a { background-color: #1F4034; }
a { background-color: rgb(31,64,52); }
div.DivClassName
{
background-color: #1F4034;
}
.BgClassName
{
background-color: #1F4034;
}
</style>
border-color css
<style>
span { border-color: #1F4034; }
span { border-color: rgb(31,64,52); }
td.TdClassName
{
border-color: #1F4034;
}
.TagClassName
{
border-color: #1F4034;
}
</style>