Shades of Sherwood Green #1F4135
Tints of Sherwood Green #1F4135
RGB
CMYK
RGB Variations
Color information
#1F4135 (or 0x1F4135) is known color: Sherwood Green. HEX triplet: 1F, 41 and 35. RGB value is (31,65,53). Sum of RGB (Red+Green+Blue) = 31+65+53=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #1F4135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4135 is #E0BECA. Grayscale: #353535. Windows color (decimal): -14728907 or 3490079. OLE color: 3490079.
HSL color Cylindrical-coordinate representation of color #1F4135: hue angle of 158.82º 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 #1F4135 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 53 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.75 |
| HSL | 158.82º | 0.35% | 0.19% | - |
| HSV(B) | 158.82º | 0.52% | 0.25% | - |
| XYZ | 3.1 | 4.33 | 4.04 | - |
| YUV | 53.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 53 | 0.52 | 0 | 0.18 | 0.75 | 158.82 | 0.35 | 0.19 |
| Hex | 1F | 41 | 35 | 34 | 0 | 12 | 4B | 9F | 23 | 13 |
| Octal | 37 | 101 | 65 | 64 | 0 | 22 | 113 | 237 | 43 | 23 |
| Binary | 11111 | 1000001 | 110101 | 110100 | 0 | 10010 | 1001011 | 10011111 | 100011 | 10011 |
Color Harmonies of #1F4135
Complementary color
Monochromatic Colors of #1F4135
Black with #1F4135
Text Example
Text Example
White with #1F4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4135; }
p { color: rgb(31,65,53); }
H1.HeaderClassName
{
color: #1F4135;
}
.AnyTagClassName
{
color: #1F4135;
}
</style>
background-color css
<style>
a { background-color: #1F4135; }
a { background-color: rgb(31,65,53); }
div.DivClassName
{
background-color: #1F4135;
}
.BgClassName
{
background-color: #1F4135;
}
</style>
border-color css
<style>
span { border-color: #1F4135; }
span { border-color: rgb(31,65,53); }
td.TdClassName
{
border-color: #1F4135;
}
.TagClassName
{
border-color: #1F4135;
}
</style>