Shades of Green #157402
Tints of Green #157402
RGB
CMYK
RGB Variations
Color information
#157402 (or 0x157402) is known color: Green. HEX triplet: 15, 74 and 02. RGB value is (21,116,2). Sum of RGB (Red+Green+Blue) = 21+116+2=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 116 (45.70% from 255 or 83.45% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 116 - color contains mainly: green. Hex color #157402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157402 is #EA8BFD. Grayscale: #4A4A4A. Windows color (decimal): -15371262 or 160789. OLE color: 160789.
HSL color Cylindrical-coordinate representation of color #157402: hue angle of 110º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #157402 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 116 | 2 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.55 |
| HSL | 110º | 0.97% | 0.23% | - |
| HSV(B) | 110º | 0.98% | 0.45% | - |
| XYZ | 6.57 | 12.65 | 2.15 | - |
| YUV | 74.6 | 87.03 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 2 | 0.82 | 0 | 0.98 | 0.55 | 110 | 0.97 | 0.23 |
| Hex | 15 | 74 | 2 | 52 | 0 | 62 | 37 | 6E | 61 | 17 |
| Octal | 25 | 164 | 2 | 122 | 0 | 142 | 67 | 156 | 141 | 27 |
| Binary | 10101 | 1110100 | 10 | 1010010 | 0 | 1100010 | 110111 | 1101110 | 1100001 | 10111 |
Color Harmonies of #157402
Complementary color
Monochromatic Colors of #157402
Black with #157402
Text Example
Text Example
White with #157402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157402; }
p { color: rgb(21,116,2); }
H1.HeaderClassName
{
color: #157402;
}
.AnyTagClassName
{
color: #157402;
}
</style>
background-color css
<style>
a { background-color: #157402; }
a { background-color: rgb(21,116,2); }
div.DivClassName
{
background-color: #157402;
}
.BgClassName
{
background-color: #157402;
}
</style>
border-color css
<style>
span { border-color: #157402; }
span { border-color: rgb(21,116,2); }
td.TdClassName
{
border-color: #157402;
}
.TagClassName
{
border-color: #157402;
}
</style>