Shades of Green #137902
Tints of Green #137902
RGB
CMYK
RGB Variations
Color information
#137902 (or 0x137902) is known color: Green. HEX triplet: 13, 79 and 02. RGB value is (19,121,2). Sum of RGB (Red+Green+Blue) = 19+121+2=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 121 (47.66% from 255 or 85.21% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 121 - color contains mainly: green. Hex color #137902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137902 is #EC86FD. Grayscale: #4D4D4D. Windows color (decimal): -15501054 or 162067. OLE color: 162067.
HSL color Cylindrical-coordinate representation of color #137902: hue angle of 111.43º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #137902 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 121 | 2 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.53 |
| HSL | 111.43º | 0.97% | 0.24% | - |
| HSV(B) | 111.43º | 0.98% | 0.47% | - |
| XYZ | 7.12 | 13.82 | 2.35 | - |
| YUV | 76.94 | 85.71 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 2 | 0.84 | 0 | 0.98 | 0.53 | 111.43 | 0.97 | 0.24 |
| Hex | 13 | 79 | 2 | 54 | 0 | 62 | 35 | 6F | 61 | 18 |
| Octal | 23 | 171 | 2 | 124 | 0 | 142 | 65 | 157 | 141 | 30 |
| Binary | 10011 | 1111001 | 10 | 1010100 | 0 | 1100010 | 110101 | 1101111 | 1100001 | 11000 |
Color Harmonies of #137902
Complementary color
Monochromatic Colors of #137902
Black with #137902
Text Example
Text Example
White with #137902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137902; }
p { color: rgb(19,121,2); }
H1.HeaderClassName
{
color: #137902;
}
.AnyTagClassName
{
color: #137902;
}
</style>
background-color css
<style>
a { background-color: #137902; }
a { background-color: rgb(19,121,2); }
div.DivClassName
{
background-color: #137902;
}
.BgClassName
{
background-color: #137902;
}
</style>
border-color css
<style>
span { border-color: #137902; }
span { border-color: rgb(19,121,2); }
td.TdClassName
{
border-color: #137902;
}
.TagClassName
{
border-color: #137902;
}
</style>