Shades of Dark Green #122C23
Tints of Dark Green #122C23
RGB
CMYK
RGB Variations
Color information
#122C23 (or 0x122C23) is known color: Dark Green. HEX triplet: 12, 2C and 23. RGB value is (18,44,35). Sum of RGB (Red+Green+Blue) = 18+44+35=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 44 - color contains mainly: green. Hex color #122C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C23 is #EDD3DC. Grayscale: #232323. Windows color (decimal): -15586269 or 2305042. OLE color: 2305042.
HSL color Cylindrical-coordinate representation of color #122C23: hue angle of 159.23º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #122C23 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 44 | 35 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.83 |
| HSL | 159.23º | 0.42% | 0.12% | - |
| HSV(B) | 159.23º | 0.59% | 0.17% | - |
| XYZ | 1.45 | 2.05 | 1.91 | - |
| YUV | 35.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 35 | 0.59 | 0 | 0.20 | 0.83 | 159.23 | 0.42 | 0.12 |
| Hex | 12 | 2C | 23 | 3B | 0 | 14 | 53 | 9F | 2A | C |
| Octal | 22 | 54 | 43 | 73 | 0 | 24 | 123 | 237 | 52 | 14 |
| Binary | 10010 | 101100 | 100011 | 111011 | 0 | 10100 | 1010011 | 10011111 | 101010 | 1100 |
Color Harmonies of #122C23
Complementary color
Monochromatic Colors of #122C23
Black with #122C23
Text Example
Text Example
White with #122C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C23; }
p { color: rgb(18,44,35); }
H1.HeaderClassName
{
color: #122C23;
}
.AnyTagClassName
{
color: #122C23;
}
</style>
background-color css
<style>
a { background-color: #122C23; }
a { background-color: rgb(18,44,35); }
div.DivClassName
{
background-color: #122C23;
}
.BgClassName
{
background-color: #122C23;
}
</style>
border-color css
<style>
span { border-color: #122C23; }
span { border-color: rgb(18,44,35); }
td.TdClassName
{
border-color: #122C23;
}
.TagClassName
{
border-color: #122C23;
}
</style>