Shades of Green #127308
Tints of Green #127308
RGB
CMYK
RGB Variations
Color information
#127308 (or 0x127308) is known color: Green. HEX triplet: 12, 73 and 08. RGB value is (18,115,8). Sum of RGB (Red+Green+Blue) = 18+115+8=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #127308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127308 is #ED8CF7. Grayscale: #4A4A4A. Windows color (decimal): -15568120 or 553746. OLE color: 553746.
HSL color Cylindrical-coordinate representation of color #127308: hue angle of 114.39º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127308 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 8 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.55 |
| HSL | 114.39º | 0.87% | 0.24% | - |
| HSV(B) | 114.39º | 0.93% | 0.45% | - |
| XYZ | 6.42 | 12.41 | 2.29 | - |
| YUV | 73.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 8 | 0.84 | 0 | 0.93 | 0.55 | 114.39 | 0.87 | 0.24 |
| Hex | 12 | 73 | 8 | 54 | 0 | 5D | 37 | 72 | 57 | 18 |
| Octal | 22 | 163 | 10 | 124 | 0 | 135 | 67 | 162 | 127 | 30 |
| Binary | 10010 | 1110011 | 1000 | 1010100 | 0 | 1011101 | 110111 | 1110010 | 1010111 | 11000 |
Color Harmonies of #127308
Complementary color
Monochromatic Colors of #127308
Black with #127308
Text Example
Text Example
White with #127308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127308; }
p { color: rgb(18,115,8); }
H1.HeaderClassName
{
color: #127308;
}
.AnyTagClassName
{
color: #127308;
}
</style>
background-color css
<style>
a { background-color: #127308; }
a { background-color: rgb(18,115,8); }
div.DivClassName
{
background-color: #127308;
}
.BgClassName
{
background-color: #127308;
}
</style>
border-color css
<style>
span { border-color: #127308; }
span { border-color: rgb(18,115,8); }
td.TdClassName
{
border-color: #127308;
}
.TagClassName
{
border-color: #127308;
}
</style>