Shades of Sherwood Green #1F473B
Tints of Sherwood Green #1F473B
RGB
CMYK
RGB Variations
Color information
#1F473B (or 0x1F473B) is known color: Sherwood Green. HEX triplet: 1F, 47 and 3B. RGB value is (31,71,59). Sum of RGB (Red+Green+Blue) = 31+71+59=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #1F473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F473B is #E0B8C4. Grayscale: #393939. Windows color (decimal): -14727365 or 3884831. OLE color: 3884831.
HSL color Cylindrical-coordinate representation of color #1F473B: hue angle of 162º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F473B is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 71 | 59 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.72 |
| HSL | 162º | 0.39% | 0.2% | - |
| HSV(B) | 162º | 0.56% | 0.28% | - |
| XYZ | 3.61 | 5.11 | 4.93 | - |
| YUV | 57.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 59 | 0.56 | 0 | 0.17 | 0.72 | 162 | 0.39 | 0.2 |
| Hex | 1F | 47 | 3B | 38 | 0 | 11 | 48 | A2 | 27 | 14 |
| Octal | 37 | 107 | 73 | 70 | 0 | 21 | 110 | 242 | 47 | 24 |
| Binary | 11111 | 1000111 | 111011 | 111000 | 0 | 10001 | 1001000 | 10100010 | 100111 | 10100 |
Color Harmonies of #1F473B
Complementary color
Monochromatic Colors of #1F473B
Black with #1F473B
Text Example
Text Example
White with #1F473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F473B; }
p { color: rgb(31,71,59); }
H1.HeaderClassName
{
color: #1F473B;
}
.AnyTagClassName
{
color: #1F473B;
}
</style>
background-color css
<style>
a { background-color: #1F473B; }
a { background-color: rgb(31,71,59); }
div.DivClassName
{
background-color: #1F473B;
}
.BgClassName
{
background-color: #1F473B;
}
</style>
border-color css
<style>
span { border-color: #1F473B; }
span { border-color: rgb(31,71,59); }
td.TdClassName
{
border-color: #1F473B;
}
.TagClassName
{
border-color: #1F473B;
}
</style>