Shades of Green #137B02
Tints of Green #137B02
RGB
CMYK
RGB Variations
Color information
#137B02 (or 0x137B02) is known color: Green. HEX triplet: 13, 7B and 02. RGB value is (19,123,2). Sum of RGB (Red+Green+Blue) = 19+123+2=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 123 (48.44% from 255 or 85.42% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 123 - color contains mainly: green. Hex color #137B02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137B02 is #EC84FD. Grayscale: #4E4E4E. Windows color (decimal): -15500542 or 162579. OLE color: 162579.
HSL color Cylindrical-coordinate representation of color #137B02: hue angle of 111.57º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #137B02 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 123 | 2 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.52 |
| HSL | 111.57º | 0.97% | 0.25% | - |
| HSV(B) | 111.57º | 0.98% | 0.48% | - |
| XYZ | 7.36 | 14.31 | 2.43 | - |
| YUV | 78.11 | 85.04 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 2 | 0.85 | 0 | 0.98 | 0.52 | 111.57 | 0.97 | 0.25 |
| Hex | 13 | 7B | 2 | 55 | 0 | 62 | 34 | 70 | 61 | 19 |
| Octal | 23 | 173 | 2 | 125 | 0 | 142 | 64 | 160 | 141 | 31 |
| Binary | 10011 | 1111011 | 10 | 1010101 | 0 | 1100010 | 110100 | 1110000 | 1100001 | 11001 |
Color Harmonies of #137B02
Complementary color
Monochromatic Colors of #137B02
Black with #137B02
Text Example
Text Example
White with #137B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B02; }
p { color: rgb(19,123,2); }
H1.HeaderClassName
{
color: #137B02;
}
.AnyTagClassName
{
color: #137B02;
}
</style>
background-color css
<style>
a { background-color: #137B02; }
a { background-color: rgb(19,123,2); }
div.DivClassName
{
background-color: #137B02;
}
.BgClassName
{
background-color: #137B02;
}
</style>
border-color css
<style>
span { border-color: #137B02; }
span { border-color: rgb(19,123,2); }
td.TdClassName
{
border-color: #137B02;
}
.TagClassName
{
border-color: #137B02;
}
</style>