Shades of Sherwood Green #12392C
Tints of Sherwood Green #12392C
RGB
CMYK
RGB Variations
Color information
#12392C (or 0x12392C) is known color: Sherwood Green. HEX triplet: 12, 39 and 2C. RGB value is (18,57,44). Sum of RGB (Red+Green+Blue) = 18+57+44=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #12392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12392C is #EDC6D3. Grayscale: #2B2B2B. Windows color (decimal): -15582932 or 2898194. OLE color: 2898194.
HSL color Cylindrical-coordinate representation of color #12392C: hue angle of 160º 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 #12392C is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 57 | 44 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.78 |
| HSL | 160º | 0.52% | 0.15% | - |
| HSV(B) | 160º | 0.68% | 0.22% | - |
| XYZ | 2.17 | 3.24 | 2.89 | - |
| YUV | 43.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 44 | 0.68 | 0 | 0.23 | 0.78 | 160 | 0.52 | 0.15 |
| Hex | 12 | 39 | 2C | 44 | 0 | 17 | 4E | A0 | 34 | F |
| Octal | 22 | 71 | 54 | 104 | 0 | 27 | 116 | 240 | 64 | 17 |
| Binary | 10010 | 111001 | 101100 | 1000100 | 0 | 10111 | 1001110 | 10100000 | 110100 | 1111 |
Color Harmonies of #12392C
Complementary color
Monochromatic Colors of #12392C
Black with #12392C
Text Example
Text Example
White with #12392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12392C; }
p { color: rgb(18,57,44); }
H1.HeaderClassName
{
color: #12392C;
}
.AnyTagClassName
{
color: #12392C;
}
</style>
background-color css
<style>
a { background-color: #12392C; }
a { background-color: rgb(18,57,44); }
div.DivClassName
{
background-color: #12392C;
}
.BgClassName
{
background-color: #12392C;
}
</style>
border-color css
<style>
span { border-color: #12392C; }
span { border-color: rgb(18,57,44); }
td.TdClassName
{
border-color: #12392C;
}
.TagClassName
{
border-color: #12392C;
}
</style>