Shades of Sherwood Green #124331
Tints of Sherwood Green #124331
RGB
CMYK
RGB Variations
Color information
#124331 (or 0x124331) is known color: Sherwood Green. HEX triplet: 12, 43 and 31. RGB value is (18,67,49). Sum of RGB (Red+Green+Blue) = 18+67+49=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #124331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124331 is #EDBCCE. Grayscale: #323232. Windows color (decimal): -15580367 or 3228434. OLE color: 3228434.
HSL color Cylindrical-coordinate representation of color #124331: hue angle of 157.96º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124331 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 67 | 49 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.74 |
| HSL | 157.96º | 0.58% | 0.17% | - |
| HSV(B) | 157.96º | 0.73% | 0.26% | - |
| XYZ | 2.81 | 4.36 | 3.6 | - |
| YUV | 50.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 49 | 0.73 | 0 | 0.27 | 0.74 | 157.96 | 0.58 | 0.17 |
| Hex | 12 | 43 | 31 | 49 | 0 | 1B | 4A | 9E | 3A | 11 |
| Octal | 22 | 103 | 61 | 111 | 0 | 33 | 112 | 236 | 72 | 21 |
| Binary | 10010 | 1000011 | 110001 | 1001001 | 0 | 11011 | 1001010 | 10011110 | 111010 | 10001 |
Color Harmonies of #124331
Complementary color
Monochromatic Colors of #124331
Black with #124331
Text Example
Text Example
White with #124331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124331; }
p { color: rgb(18,67,49); }
H1.HeaderClassName
{
color: #124331;
}
.AnyTagClassName
{
color: #124331;
}
</style>
background-color css
<style>
a { background-color: #124331; }
a { background-color: rgb(18,67,49); }
div.DivClassName
{
background-color: #124331;
}
.BgClassName
{
background-color: #124331;
}
</style>
border-color css
<style>
span { border-color: #124331; }
span { border-color: rgb(18,67,49); }
td.TdClassName
{
border-color: #124331;
}
.TagClassName
{
border-color: #124331;
}
</style>