Shades of Sherwood Green #12412F
Tints of Sherwood Green #12412F
RGB
CMYK
RGB Variations
Color information
#12412F (or 0x12412F) is known color: Sherwood Green. HEX triplet: 12, 41 and 2F. RGB value is (18,65,47). Sum of RGB (Red+Green+Blue) = 18+65+47=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #12412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12412F is #EDBED0. Grayscale: #303030. Windows color (decimal): -15580881 or 3096850. OLE color: 3096850.
HSL color Cylindrical-coordinate representation of color #12412F: hue angle of 157.02º 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 #12412F is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 65 | 47 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.75 |
| HSL | 157.02º | 0.57% | 0.16% | - |
| HSV(B) | 157.02º | 0.72% | 0.25% | - |
| XYZ | 2.65 | 4.11 | 3.34 | - |
| YUV | 48.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 47 | 0.72 | 0 | 0.28 | 0.75 | 157.02 | 0.57 | 0.16 |
| Hex | 12 | 41 | 2F | 48 | 0 | 1C | 4B | 9D | 39 | 10 |
| Octal | 22 | 101 | 57 | 110 | 0 | 34 | 113 | 235 | 71 | 20 |
| Binary | 10010 | 1000001 | 101111 | 1001000 | 0 | 11100 | 1001011 | 10011101 | 111001 | 10000 |
Color Harmonies of #12412F
Complementary color
Monochromatic Colors of #12412F
Black with #12412F
Text Example
Text Example
White with #12412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12412F; }
p { color: rgb(18,65,47); }
H1.HeaderClassName
{
color: #12412F;
}
.AnyTagClassName
{
color: #12412F;
}
</style>
background-color css
<style>
a { background-color: #12412F; }
a { background-color: rgb(18,65,47); }
div.DivClassName
{
background-color: #12412F;
}
.BgClassName
{
background-color: #12412F;
}
</style>
border-color css
<style>
span { border-color: #12412F; }
span { border-color: rgb(18,65,47); }
td.TdClassName
{
border-color: #12412F;
}
.TagClassName
{
border-color: #12412F;
}
</style>