Shades of Green #158306
Tints of Green #158306
RGB
CMYK
RGB Variations
Color information
#158306 (or 0x158306) is known color: Green. HEX triplet: 15, 83 and 06. RGB value is (21,131,6). Sum of RGB (Red+Green+Blue) = 21+131+6=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 131 (51.56% from 255 or 82.91% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 131 - color contains mainly: green. Hex color #158306 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158306 is #EA7CF9. Grayscale: #545454. Windows color (decimal): -15367418 or 426773. OLE color: 426773.
HSL color Cylindrical-coordinate representation of color #158306: hue angle of 112.8º 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 #158306 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 131 | 6 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.49 |
| HSL | 112.8º | 0.91% | 0.27% | - |
| HSV(B) | 112.8º | 0.95% | 0.51% | - |
| XYZ | 8.46 | 16.41 | 2.89 | - |
| YUV | 83.86 | 84.06 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 6 | 0.84 | 0 | 0.95 | 0.49 | 112.8 | 0.91 | 0.27 |
| Hex | 15 | 83 | 6 | 54 | 0 | 5F | 31 | 71 | 5B | 1B |
| Octal | 25 | 203 | 6 | 124 | 0 | 137 | 61 | 161 | 133 | 33 |
| Binary | 10101 | 10000011 | 110 | 1010100 | 0 | 1011111 | 110001 | 1110001 | 1011011 | 11011 |
Color Harmonies of #158306
Complementary color
Monochromatic Colors of #158306
Black with #158306
Text Example
Text Example
White with #158306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158306; }
p { color: rgb(21,131,6); }
H1.HeaderClassName
{
color: #158306;
}
.AnyTagClassName
{
color: #158306;
}
</style>
background-color css
<style>
a { background-color: #158306; }
a { background-color: rgb(21,131,6); }
div.DivClassName
{
background-color: #158306;
}
.BgClassName
{
background-color: #158306;
}
</style>
border-color css
<style>
span { border-color: #158306; }
span { border-color: rgb(21,131,6); }
td.TdClassName
{
border-color: #158306;
}
.TagClassName
{
border-color: #158306;
}
</style>