Shades of Sherwood Green #124131
Tints of Sherwood Green #124131
RGB
CMYK
RGB Variations
Color information
#124131 (or 0x124131) is known color: Sherwood Green. HEX triplet: 12, 41 and 31. RGB value is (18,65,49). Sum of RGB (Red+Green+Blue) = 18+65+49=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #124131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124131 is #EDBECE. Grayscale: #313131. Windows color (decimal): -15580879 or 3227922. OLE color: 3227922.
HSL color Cylindrical-coordinate representation of color #124131: hue angle of 159.57º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124131 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 65 | 49 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.75 |
| HSL | 159.57º | 0.57% | 0.16% | - |
| HSV(B) | 159.57º | 0.72% | 0.25% | - |
| XYZ | 2.69 | 4.13 | 3.56 | - |
| YUV | 49.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 49 | 0.72 | 0 | 0.25 | 0.75 | 159.57 | 0.57 | 0.16 |
| Hex | 12 | 41 | 31 | 48 | 0 | 19 | 4B | A0 | 39 | 10 |
| Octal | 22 | 101 | 61 | 110 | 0 | 31 | 113 | 240 | 71 | 20 |
| Binary | 10010 | 1000001 | 110001 | 1001000 | 0 | 11001 | 1001011 | 10100000 | 111001 | 10000 |
Color Harmonies of #124131
Complementary color
Monochromatic Colors of #124131
Black with #124131
Text Example
Text Example
White with #124131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124131; }
p { color: rgb(18,65,49); }
H1.HeaderClassName
{
color: #124131;
}
.AnyTagClassName
{
color: #124131;
}
</style>
background-color css
<style>
a { background-color: #124131; }
a { background-color: rgb(18,65,49); }
div.DivClassName
{
background-color: #124131;
}
.BgClassName
{
background-color: #124131;
}
</style>
border-color css
<style>
span { border-color: #124131; }
span { border-color: rgb(18,65,49); }
td.TdClassName
{
border-color: #124131;
}
.TagClassName
{
border-color: #124131;
}
</style>