Shades of Dark Green #123127
Tints of Dark Green #123127
RGB
CMYK
RGB Variations
Color information
#123127 (or 0x123127) is known color: Dark Green. HEX triplet: 12, 31 and 27. RGB value is (18,49,39). Sum of RGB (Red+Green+Blue) = 18+49+39=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #123127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123127 is #EDCED8. Grayscale: #262626. Windows color (decimal): -15584985 or 2568466. OLE color: 2568466.
HSL color Cylindrical-coordinate representation of color #123127: hue angle of 160.65º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #123127 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 49 | 39 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.81 |
| HSL | 160.65º | 0.46% | 0.13% | - |
| HSV(B) | 160.65º | 0.63% | 0.19% | - |
| XYZ | 1.71 | 2.47 | 2.31 | - |
| YUV | 38.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 39 | 0.63 | 0 | 0.20 | 0.81 | 160.65 | 0.46 | 0.13 |
| Hex | 12 | 31 | 27 | 3F | 0 | 14 | 51 | A1 | 2E | D |
| Octal | 22 | 61 | 47 | 77 | 0 | 24 | 121 | 241 | 56 | 15 |
| Binary | 10010 | 110001 | 100111 | 111111 | 0 | 10100 | 1010001 | 10100001 | 101110 | 1101 |
Color Harmonies of #123127
Complementary color
Monochromatic Colors of #123127
Black with #123127
Text Example
Text Example
White with #123127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123127; }
p { color: rgb(18,49,39); }
H1.HeaderClassName
{
color: #123127;
}
.AnyTagClassName
{
color: #123127;
}
</style>
background-color css
<style>
a { background-color: #123127; }
a { background-color: rgb(18,49,39); }
div.DivClassName
{
background-color: #123127;
}
.BgClassName
{
background-color: #123127;
}
</style>
border-color css
<style>
span { border-color: #123127; }
span { border-color: rgb(18,49,39); }
td.TdClassName
{
border-color: #123127;
}
.TagClassName
{
border-color: #123127;
}
</style>