Shades of Green #136802
Tints of Green #136802
RGB
CMYK
RGB Variations
Color information
#136802 (or 0x136802) is known color: Green. HEX triplet: 13, 68 and 02. RGB value is (19,104,2). Sum of RGB (Red+Green+Blue) = 19+104+2=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 104 (41.02% from 255 or 83.2% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 104 - color contains mainly: green. Hex color #136802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136802 is #EC97FD. Grayscale: #434343. Windows color (decimal): -15505406 or 157715. OLE color: 157715.
HSL color Cylindrical-coordinate representation of color #136802: hue angle of 110º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #136802 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 2 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.59 |
| HSL | 110º | 0.96% | 0.21% | - |
| HSV(B) | 110º | 0.98% | 0.41% | - |
| XYZ | 5.23 | 10.04 | 1.72 | - |
| YUV | 66.96 | 91.34 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 2 | 0.82 | 0 | 0.98 | 0.59 | 110 | 0.96 | 0.21 |
| Hex | 13 | 68 | 2 | 52 | 0 | 62 | 3B | 6E | 60 | 15 |
| Octal | 23 | 150 | 2 | 122 | 0 | 142 | 73 | 156 | 140 | 25 |
| Binary | 10011 | 1101000 | 10 | 1010010 | 0 | 1100010 | 111011 | 1101110 | 1100000 | 10101 |
Color Harmonies of #136802
Complementary color
Monochromatic Colors of #136802
Black with #136802
Text Example
Text Example
White with #136802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136802; }
p { color: rgb(19,104,2); }
H1.HeaderClassName
{
color: #136802;
}
.AnyTagClassName
{
color: #136802;
}
</style>
background-color css
<style>
a { background-color: #136802; }
a { background-color: rgb(19,104,2); }
div.DivClassName
{
background-color: #136802;
}
.BgClassName
{
background-color: #136802;
}
</style>
border-color css
<style>
span { border-color: #136802; }
span { border-color: rgb(19,104,2); }
td.TdClassName
{
border-color: #136802;
}
.TagClassName
{
border-color: #136802;
}
</style>