Shades of Green #137002
Tints of Green #137002
RGB
CMYK
RGB Variations
Color information
#137002 (or 0x137002) is known color: Green. HEX triplet: 13, 70 and 02. RGB value is (19,112,2). Sum of RGB (Red+Green+Blue) = 19+112+2=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 112 (44.14% from 255 or 84.21% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 112 - color contains mainly: green. Hex color #137002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137002 is #EC8FFD. Grayscale: #484848. Windows color (decimal): -15503358 or 159763. OLE color: 159763.
HSL color Cylindrical-coordinate representation of color #137002: hue angle of 110.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #137002 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 2 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.56 |
| HSL | 110.73º | 0.96% | 0.22% | - |
| HSV(B) | 110.73º | 0.98% | 0.44% | - |
| XYZ | 6.07 | 11.73 | 2 | - |
| YUV | 71.65 | 88.69 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 2 | 0.83 | 0 | 0.98 | 0.56 | 110.73 | 0.96 | 0.22 |
| Hex | 13 | 70 | 2 | 53 | 0 | 62 | 38 | 6F | 60 | 16 |
| Octal | 23 | 160 | 2 | 123 | 0 | 142 | 70 | 157 | 140 | 26 |
| Binary | 10011 | 1110000 | 10 | 1010011 | 0 | 1100010 | 111000 | 1101111 | 1100000 | 10110 |
Color Harmonies of #137002
Complementary color
Monochromatic Colors of #137002
Black with #137002
Text Example
Text Example
White with #137002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137002; }
p { color: rgb(19,112,2); }
H1.HeaderClassName
{
color: #137002;
}
.AnyTagClassName
{
color: #137002;
}
</style>
background-color css
<style>
a { background-color: #137002; }
a { background-color: rgb(19,112,2); }
div.DivClassName
{
background-color: #137002;
}
.BgClassName
{
background-color: #137002;
}
</style>
border-color css
<style>
span { border-color: #137002; }
span { border-color: rgb(19,112,2); }
td.TdClassName
{
border-color: #137002;
}
.TagClassName
{
border-color: #137002;
}
</style>