Shades of Green #137E01
Tints of Green #137E01
RGB
CMYK
RGB Variations
Color information
#137E01 (or 0x137E01) is known color: Green. HEX triplet: 13, 7E and 01. RGB value is (19,126,1). Sum of RGB (Red+Green+Blue) = 19+126+1=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 126 (49.61% from 255 or 86.30% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 126 - color contains mainly: green. Hex color #137E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137E01 is #EC81FE. Grayscale: #505050. Windows color (decimal): -15499775 or 97811. OLE color: 97811.
HSL color Cylindrical-coordinate representation of color #137E01: hue angle of 111.36º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #137E01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 126 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.51 |
| HSL | 111.36º | 0.98% | 0.25% | - |
| HSV(B) | 111.36º | 0.99% | 0.49% | - |
| XYZ | 7.73 | 15.06 | 2.53 | - |
| YUV | 79.76 | 83.55 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 1 | 0.85 | 0 | 0.99 | 0.51 | 111.36 | 0.98 | 0.25 |
| Hex | 13 | 7E | 1 | 55 | 0 | 63 | 33 | 6F | 62 | 19 |
| Octal | 23 | 176 | 1 | 125 | 0 | 143 | 63 | 157 | 142 | 31 |
| Binary | 10011 | 1111110 | 1 | 1010101 | 0 | 1100011 | 110011 | 1101111 | 1100010 | 11001 |
Color Harmonies of #137E01
Complementary color
Monochromatic Colors of #137E01
Black with #137E01
Text Example
Text Example
White with #137E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137E01; }
p { color: rgb(19,126,1); }
H1.HeaderClassName
{
color: #137E01;
}
.AnyTagClassName
{
color: #137E01;
}
</style>
background-color css
<style>
a { background-color: #137E01; }
a { background-color: rgb(19,126,1); }
div.DivClassName
{
background-color: #137E01;
}
.BgClassName
{
background-color: #137E01;
}
</style>
border-color css
<style>
span { border-color: #137E01; }
span { border-color: rgb(19,126,1); }
td.TdClassName
{
border-color: #137E01;
}
.TagClassName
{
border-color: #137E01;
}
</style>