Shades of Sherwood Green #12392E
Tints of Sherwood Green #12392E
RGB
CMYK
RGB Variations
Color information
#12392E (or 0x12392E) is known color: Sherwood Green. HEX triplet: 12, 39 and 2E. RGB value is (18,57,46). Sum of RGB (Red+Green+Blue) = 18+57+46=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #12392E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12392E is #EDC6D1. Grayscale: #2C2C2C. Windows color (decimal): -15582930 or 3029266. OLE color: 3029266.
HSL color Cylindrical-coordinate representation of color #12392E: hue angle of 163.08º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12392E is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 57 | 46 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.78 |
| HSL | 163.08º | 0.52% | 0.15% | - |
| HSV(B) | 163.08º | 0.68% | 0.22% | - |
| XYZ | 2.21 | 3.25 | 3.1 | - |
| YUV | 44.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 46 | 0.68 | 0 | 0.19 | 0.78 | 163.08 | 0.52 | 0.15 |
| Hex | 12 | 39 | 2E | 44 | 0 | 13 | 4E | A3 | 34 | F |
| Octal | 22 | 71 | 56 | 104 | 0 | 23 | 116 | 243 | 64 | 17 |
| Binary | 10010 | 111001 | 101110 | 1000100 | 0 | 10011 | 1001110 | 10100011 | 110100 | 1111 |
Color Harmonies of #12392E
Complementary color
Monochromatic Colors of #12392E
Black with #12392E
Text Example
Text Example
White with #12392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12392E; }
p { color: rgb(18,57,46); }
H1.HeaderClassName
{
color: #12392E;
}
.AnyTagClassName
{
color: #12392E;
}
</style>
background-color css
<style>
a { background-color: #12392E; }
a { background-color: rgb(18,57,46); }
div.DivClassName
{
background-color: #12392E;
}
.BgClassName
{
background-color: #12392E;
}
</style>
border-color css
<style>
span { border-color: #12392E; }
span { border-color: rgb(18,57,46); }
td.TdClassName
{
border-color: #12392E;
}
.TagClassName
{
border-color: #12392E;
}
</style>