Shades of Green #157200
Tints of Green #157200
RGB
CMYK
RGB Variations
Color information
#157200 (or 0x157200) is known color: Green. HEX triplet: 15, 72 and 00. RGB value is (21,114,0). Sum of RGB (Red+Green+Blue) = 21+114+0=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 114 (44.92% from 255 or 84.44% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 114 - color contains mainly: green. Hex color #157200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157200 is #EA8DFF. Grayscale: #494949. Windows color (decimal): -15371776 or 29205. OLE color: 29205.
HSL color Cylindrical-coordinate representation of color #157200: hue angle of 108.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #157200 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 114 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.55 |
| HSL | 108.95º | 1% | 0.22% | - |
| HSV(B) | 108.95º | 1% | 0.45% | - |
| XYZ | 6.33 | 12.19 | 2.02 | - |
| YUV | 73.2 | 86.69 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 0 | 0.82 | 0 | 1 | 0.55 | 108.95 | 1 | 0.22 |
| Hex | 15 | 72 | 0 | 52 | 0 | 64 | 37 | 6D | 64 | 16 |
| Octal | 25 | 162 | 0 | 122 | 0 | 144 | 67 | 155 | 144 | 26 |
| Binary | 10101 | 1110010 | 0 | 1010010 | 0 | 1100100 | 110111 | 1101101 | 1100100 | 10110 |
Color Harmonies of #157200
Complementary color
Monochromatic Colors of #157200
Black with #157200
Text Example
Text Example
White with #157200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157200; }
p { color: rgb(21,114,0); }
H1.HeaderClassName
{
color: #157200;
}
.AnyTagClassName
{
color: #157200;
}
</style>
background-color css
<style>
a { background-color: #157200; }
a { background-color: rgb(21,114,0); }
div.DivClassName
{
background-color: #157200;
}
.BgClassName
{
background-color: #157200;
}
</style>
border-color css
<style>
span { border-color: #157200; }
span { border-color: rgb(21,114,0); }
td.TdClassName
{
border-color: #157200;
}
.TagClassName
{
border-color: #157200;
}
</style>