Shades of Sherwood Green #1F3F36
Tints of Sherwood Green #1F3F36
RGB
CMYK
RGB Variations
Color information
#1F3F36 (or 0x1F3F36) is known color: Sherwood Green. HEX triplet: 1F, 3F and 36. RGB value is (31,63,54). Sum of RGB (Red+Green+Blue) = 31+63+54=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #1F3F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3F36 is #E0C0C9. Grayscale: #343434. Windows color (decimal): -14729418 or 3555103. OLE color: 3555103.
HSL color Cylindrical-coordinate representation of color #1F3F36: hue angle of 163.12º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F3F36 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 63 | 54 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.75 |
| HSL | 163.13º | 0.34% | 0.18% | - |
| HSV(B) | 163.13º | 0.51% | 0.25% | - |
| XYZ | 3.01 | 4.11 | 4.13 | - |
| YUV | 52.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 63 | 54 | 0.51 | 0 | 0.14 | 0.75 | 163.13 | 0.34 | 0.18 |
| Hex | 1F | 3F | 36 | 33 | 0 | E | 4B | A3 | 22 | 12 |
| Octal | 37 | 77 | 66 | 63 | 0 | 16 | 113 | 243 | 42 | 22 |
| Binary | 11111 | 111111 | 110110 | 110011 | 0 | 1110 | 1001011 | 10100011 | 100010 | 10010 |
Color Harmonies of #1F3F36
Complementary color
Monochromatic Colors of #1F3F36
Black with #1F3F36
Text Example
Text Example
White with #1F3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3F36; }
p { color: rgb(31,63,54); }
H1.HeaderClassName
{
color: #1F3F36;
}
.AnyTagClassName
{
color: #1F3F36;
}
</style>
background-color css
<style>
a { background-color: #1F3F36; }
a { background-color: rgb(31,63,54); }
div.DivClassName
{
background-color: #1F3F36;
}
.BgClassName
{
background-color: #1F3F36;
}
</style>
border-color css
<style>
span { border-color: #1F3F36; }
span { border-color: rgb(31,63,54); }
td.TdClassName
{
border-color: #1F3F36;
}
.TagClassName
{
border-color: #1F3F36;
}
</style>