Shades of Sherwood Green #123A2F
Tints of Sherwood Green #123A2F
RGB
CMYK
RGB Variations
Color information
#123A2F (or 0x123A2F) is known color: Sherwood Green. HEX triplet: 12, 3A and 2F. RGB value is (18,58,47). Sum of RGB (Red+Green+Blue) = 18+58+47=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #123A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A2F is #EDC5D0. Grayscale: #2C2C2C. Windows color (decimal): -15582673 or 3095058. OLE color: 3095058.
HSL color Cylindrical-coordinate representation of color #123A2F: hue angle of 163.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123A2F is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 58 | 47 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.77 |
| HSL | 163.5º | 0.53% | 0.15% | - |
| HSV(B) | 163.5º | 0.69% | 0.23% | - |
| XYZ | 2.28 | 3.36 | 3.22 | - |
| YUV | 44.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 47 | 0.69 | 0 | 0.19 | 0.77 | 163.5 | 0.53 | 0.15 |
| Hex | 12 | 3A | 2F | 45 | 0 | 13 | 4D | A4 | 35 | F |
| Octal | 22 | 72 | 57 | 105 | 0 | 23 | 115 | 244 | 65 | 17 |
| Binary | 10010 | 111010 | 101111 | 1000101 | 0 | 10011 | 1001101 | 10100100 | 110101 | 1111 |
Color Harmonies of #123A2F
Complementary color
Monochromatic Colors of #123A2F
Black with #123A2F
Text Example
Text Example
White with #123A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A2F; }
p { color: rgb(18,58,47); }
H1.HeaderClassName
{
color: #123A2F;
}
.AnyTagClassName
{
color: #123A2F;
}
</style>
background-color css
<style>
a { background-color: #123A2F; }
a { background-color: rgb(18,58,47); }
div.DivClassName
{
background-color: #123A2F;
}
.BgClassName
{
background-color: #123A2F;
}
</style>
border-color css
<style>
span { border-color: #123A2F; }
span { border-color: rgb(18,58,47); }
td.TdClassName
{
border-color: #123A2F;
}
.TagClassName
{
border-color: #123A2F;
}
</style>