Shades of Green #127300
Tints of Green #127300
RGB
CMYK
RGB Variations
Color information
#127300 (or 0x127300) is known color: Green. HEX triplet: 12, 73 and 00. RGB value is (18,115,0). Sum of RGB (Red+Green+Blue) = 18+115+0=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 115 (45.31% from 255 or 86.47% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 115 - color contains mainly: green. Hex color #127300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127300 is #ED8CFF. Grayscale: #494949. Windows color (decimal): -15568128 or 29458. OLE color: 29458.
HSL color Cylindrical-coordinate representation of color #127300: hue angle of 110.61º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #127300 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.55 |
| HSL | 110.61º | 1% | 0.23% | - |
| HSV(B) | 110.61º | 1% | 0.45% | - |
| XYZ | 6.38 | 12.39 | 2.06 | - |
| YUV | 72.89 | 86.86 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 0 | 0.84 | 0 | 1 | 0.55 | 110.61 | 1 | 0.23 |
| Hex | 12 | 73 | 0 | 54 | 0 | 64 | 37 | 6F | 64 | 17 |
| Octal | 22 | 163 | 0 | 124 | 0 | 144 | 67 | 157 | 144 | 27 |
| Binary | 10010 | 1110011 | 0 | 1010100 | 0 | 1100100 | 110111 | 1101111 | 1100100 | 10111 |
Color Harmonies of #127300
Complementary color
Monochromatic Colors of #127300
Black with #127300
Text Example
Text Example
White with #127300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127300; }
p { color: rgb(18,115,0); }
H1.HeaderClassName
{
color: #127300;
}
.AnyTagClassName
{
color: #127300;
}
</style>
background-color css
<style>
a { background-color: #127300; }
a { background-color: rgb(18,115,0); }
div.DivClassName
{
background-color: #127300;
}
.BgClassName
{
background-color: #127300;
}
</style>
border-color css
<style>
span { border-color: #127300; }
span { border-color: rgb(18,115,0); }
td.TdClassName
{
border-color: #127300;
}
.TagClassName
{
border-color: #127300;
}
</style>