Shades of Green #157201
Tints of Green #157201
RGB
CMYK
RGB Variations
Color information
#157201 (or 0x157201) is known color: Green. HEX triplet: 15, 72 and 01. RGB value is (21,114,1). Sum of RGB (Red+Green+Blue) = 21+114+1=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 114 (44.92% from 255 or 83.82% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 114 - color contains mainly: green. Hex color #157201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157201 is #EA8DFE. Grayscale: #494949. Windows color (decimal): -15371775 or 94741. OLE color: 94741.
HSL color Cylindrical-coordinate representation of color #157201: hue angle of 109.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #157201 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 114 | 1 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.55 |
| HSL | 109.38º | 0.98% | 0.23% | - |
| HSV(B) | 109.38º | 0.99% | 0.45% | - |
| XYZ | 6.33 | 12.2 | 2.05 | - |
| YUV | 73.31 | 87.19 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 1 | 0.82 | 0 | 0.99 | 0.55 | 109.38 | 0.98 | 0.23 |
| Hex | 15 | 72 | 1 | 52 | 0 | 63 | 37 | 6D | 62 | 17 |
| Octal | 25 | 162 | 1 | 122 | 0 | 143 | 67 | 155 | 142 | 27 |
| Binary | 10101 | 1110010 | 1 | 1010010 | 0 | 1100011 | 110111 | 1101101 | 1100010 | 10111 |
Color Harmonies of #157201
Complementary color
Monochromatic Colors of #157201
Black with #157201
Text Example
Text Example
White with #157201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157201; }
p { color: rgb(21,114,1); }
H1.HeaderClassName
{
color: #157201;
}
.AnyTagClassName
{
color: #157201;
}
</style>
background-color css
<style>
a { background-color: #157201; }
a { background-color: rgb(21,114,1); }
div.DivClassName
{
background-color: #157201;
}
.BgClassName
{
background-color: #157201;
}
</style>
border-color css
<style>
span { border-color: #157201; }
span { border-color: rgb(21,114,1); }
td.TdClassName
{
border-color: #157201;
}
.TagClassName
{
border-color: #157201;
}
</style>