Shades of Sherwood Green #1A3F31
Tints of Sherwood Green #1A3F31
RGB
CMYK
RGB Variations
Color information
#1A3F31 (or 0x1A3F31) is known color: Sherwood Green. HEX triplet: 1A, 3F and 31. RGB value is (26,63,49). Sum of RGB (Red+Green+Blue) = 26+63+49=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #1A3F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3F31 is #E5C0CE. Grayscale: #323232. Windows color (decimal): -15057103 or 3227418. OLE color: 3227418.
HSL color Cylindrical-coordinate representation of color #1A3F31: hue angle of 157.3º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A3F31 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 63 | 49 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.75 |
| HSL | 157.3º | 0.42% | 0.17% | - |
| HSV(B) | 157.3º | 0.59% | 0.25% | - |
| XYZ | 2.76 | 4 | 3.53 | - |
| YUV | 50.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 63 | 49 | 0.59 | 0 | 0.22 | 0.75 | 157.3 | 0.42 | 0.17 |
| Hex | 1A | 3F | 31 | 3B | 0 | 16 | 4B | 9D | 2A | 11 |
| Octal | 32 | 77 | 61 | 73 | 0 | 26 | 113 | 235 | 52 | 21 |
| Binary | 11010 | 111111 | 110001 | 111011 | 0 | 10110 | 1001011 | 10011101 | 101010 | 10001 |
Color Harmonies of #1A3F31
Complementary color
Monochromatic Colors of #1A3F31
Black with #1A3F31
Text Example
Text Example
White with #1A3F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3F31; }
p { color: rgb(26,63,49); }
H1.HeaderClassName
{
color: #1A3F31;
}
.AnyTagClassName
{
color: #1A3F31;
}
</style>
background-color css
<style>
a { background-color: #1A3F31; }
a { background-color: rgb(26,63,49); }
div.DivClassName
{
background-color: #1A3F31;
}
.BgClassName
{
background-color: #1A3F31;
}
</style>
border-color css
<style>
span { border-color: #1A3F31; }
span { border-color: rgb(26,63,49); }
td.TdClassName
{
border-color: #1A3F31;
}
.TagClassName
{
border-color: #1A3F31;
}
</style>