Shades of Dark Green #122E25
Tints of Dark Green #122E25
RGB
CMYK
RGB Variations
Color information
#122E25 (or 0x122E25) is known color: Dark Green. HEX triplet: 12, 2E and 25. RGB value is (18,46,37). Sum of RGB (Red+Green+Blue) = 18+46+37=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 46 - color contains mainly: green. Hex color #122E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E25 is #EDD1DA. Grayscale: #242424. Windows color (decimal): -15585755 or 2436626. OLE color: 2436626.
HSL color Cylindrical-coordinate representation of color #122E25: hue angle of 160.71º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #122E25 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 37 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.82 |
| HSL | 160.71º | 0.44% | 0.13% | - |
| HSV(B) | 160.71º | 0.61% | 0.18% | - |
| XYZ | 1.56 | 2.22 | 2.1 | - |
| YUV | 36.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 37 | 0.61 | 0 | 0.20 | 0.82 | 160.71 | 0.44 | 0.13 |
| Hex | 12 | 2E | 25 | 3D | 0 | 14 | 52 | A1 | 2C | D |
| Octal | 22 | 56 | 45 | 75 | 0 | 24 | 122 | 241 | 54 | 15 |
| Binary | 10010 | 101110 | 100101 | 111101 | 0 | 10100 | 1010010 | 10100001 | 101100 | 1101 |
Color Harmonies of #122E25
Complementary color
Monochromatic Colors of #122E25
Black with #122E25
Text Example
Text Example
White with #122E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E25; }
p { color: rgb(18,46,37); }
H1.HeaderClassName
{
color: #122E25;
}
.AnyTagClassName
{
color: #122E25;
}
</style>
background-color css
<style>
a { background-color: #122E25; }
a { background-color: rgb(18,46,37); }
div.DivClassName
{
background-color: #122E25;
}
.BgClassName
{
background-color: #122E25;
}
</style>
border-color css
<style>
span { border-color: #122E25; }
span { border-color: rgb(18,46,37); }
td.TdClassName
{
border-color: #122E25;
}
.TagClassName
{
border-color: #122E25;
}
</style>