Shades of Green #127309
Tints of Green #127309
RGB
CMYK
RGB Variations
Color information
#127309 (or 0x127309) is known color: Green. HEX triplet: 12, 73 and 09. RGB value is (18,115,9). Sum of RGB (Red+Green+Blue) = 18+115+9=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 115 (45.31% from 255 or 80.99% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 115 - color contains mainly: green. Hex color #127309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127309 is #ED8CF6. Grayscale: #4A4A4A. Windows color (decimal): -15568119 or 619282. OLE color: 619282.
HSL color Cylindrical-coordinate representation of color #127309: hue angle of 114.91º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127309 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 9 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.55 |
| HSL | 114.91º | 0.85% | 0.24% | - |
| HSV(B) | 114.91º | 0.92% | 0.45% | - |
| XYZ | 6.43 | 12.41 | 2.31 | - |
| YUV | 73.91 | 91.36 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 9 | 0.84 | 0 | 0.92 | 0.55 | 114.91 | 0.85 | 0.24 |
| Hex | 12 | 73 | 9 | 54 | 0 | 5C | 37 | 73 | 55 | 18 |
| Octal | 22 | 163 | 11 | 124 | 0 | 134 | 67 | 163 | 125 | 30 |
| Binary | 10010 | 1110011 | 1001 | 1010100 | 0 | 1011100 | 110111 | 1110011 | 1010101 | 11000 |
Color Harmonies of #127309
Complementary color
Monochromatic Colors of #127309
Black with #127309
Text Example
Text Example
White with #127309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127309; }
p { color: rgb(18,115,9); }
H1.HeaderClassName
{
color: #127309;
}
.AnyTagClassName
{
color: #127309;
}
</style>
background-color css
<style>
a { background-color: #127309; }
a { background-color: rgb(18,115,9); }
div.DivClassName
{
background-color: #127309;
}
.BgClassName
{
background-color: #127309;
}
</style>
border-color css
<style>
span { border-color: #127309; }
span { border-color: rgb(18,115,9); }
td.TdClassName
{
border-color: #127309;
}
.TagClassName
{
border-color: #127309;
}
</style>