Shades of Green #128306
Tints of Green #128306
RGB
CMYK
RGB Variations
Color information
#128306 (or 0x128306) is known color: Green. HEX triplet: 12, 83 and 06. RGB value is (18,131,6). Sum of RGB (Red+Green+Blue) = 18+131+6=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 131 (51.56% from 255 or 84.52% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 131 - color contains mainly: green. Hex color #128306 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128306 is #ED7CF9. Grayscale: #535353. Windows color (decimal): -15564026 or 426770. OLE color: 426770.
HSL color Cylindrical-coordinate representation of color #128306: hue angle of 114.24º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #128306 is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 131 | 6 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.49 |
| HSL | 114.24º | 0.91% | 0.27% | - |
| HSV(B) | 114.24º | 0.95% | 0.51% | - |
| XYZ | 8.4 | 16.37 | 2.89 | - |
| YUV | 82.96 | 84.56 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 6 | 0.86 | 0 | 0.95 | 0.49 | 114.24 | 0.91 | 0.27 |
| Hex | 12 | 83 | 6 | 56 | 0 | 5F | 31 | 72 | 5B | 1B |
| Octal | 22 | 203 | 6 | 126 | 0 | 137 | 61 | 162 | 133 | 33 |
| Binary | 10010 | 10000011 | 110 | 1010110 | 0 | 1011111 | 110001 | 1110010 | 1011011 | 11011 |
Color Harmonies of #128306
Complementary color
Monochromatic Colors of #128306
Black with #128306
Text Example
Text Example
White with #128306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128306; }
p { color: rgb(18,131,6); }
H1.HeaderClassName
{
color: #128306;
}
.AnyTagClassName
{
color: #128306;
}
</style>
background-color css
<style>
a { background-color: #128306; }
a { background-color: rgb(18,131,6); }
div.DivClassName
{
background-color: #128306;
}
.BgClassName
{
background-color: #128306;
}
</style>
border-color css
<style>
span { border-color: #128306; }
span { border-color: rgb(18,131,6); }
td.TdClassName
{
border-color: #128306;
}
.TagClassName
{
border-color: #128306;
}
</style>