Shades of Green #137A02
Tints of Green #137A02
RGB
CMYK
RGB Variations
Color information
#137A02 (or 0x137A02) is known color: Green. HEX triplet: 13, 7A and 02. RGB value is (19,122,2). Sum of RGB (Red+Green+Blue) = 19+122+2=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 122 (48.05% from 255 or 85.31% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 122 - color contains mainly: green. Hex color #137A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137A02 is #EC85FD. Grayscale: #4D4D4D. Windows color (decimal): -15500798 or 162323. OLE color: 162323.
HSL color Cylindrical-coordinate representation of color #137A02: hue angle of 111.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #137A02 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 122 | 2 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.52 |
| HSL | 111.5º | 0.97% | 0.24% | - |
| HSV(B) | 111.5º | 0.98% | 0.48% | - |
| XYZ | 7.24 | 14.06 | 2.39 | - |
| YUV | 77.52 | 85.38 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 2 | 0.84 | 0 | 0.98 | 0.52 | 111.5 | 0.97 | 0.24 |
| Hex | 13 | 7A | 2 | 54 | 0 | 62 | 34 | 70 | 61 | 18 |
| Octal | 23 | 172 | 2 | 124 | 0 | 142 | 64 | 160 | 141 | 30 |
| Binary | 10011 | 1111010 | 10 | 1010100 | 0 | 1100010 | 110100 | 1110000 | 1100001 | 11000 |
Color Harmonies of #137A02
Complementary color
Monochromatic Colors of #137A02
Black with #137A02
Text Example
Text Example
White with #137A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A02; }
p { color: rgb(19,122,2); }
H1.HeaderClassName
{
color: #137A02;
}
.AnyTagClassName
{
color: #137A02;
}
</style>
background-color css
<style>
a { background-color: #137A02; }
a { background-color: rgb(19,122,2); }
div.DivClassName
{
background-color: #137A02;
}
.BgClassName
{
background-color: #137A02;
}
</style>
border-color css
<style>
span { border-color: #137A02; }
span { border-color: rgb(19,122,2); }
td.TdClassName
{
border-color: #137A02;
}
.TagClassName
{
border-color: #137A02;
}
</style>