Shades of Green #136C02
Tints of Green #136C02
RGB
CMYK
RGB Variations
Color information
#136C02 (or 0x136C02) is known color: Green. HEX triplet: 13, 6C and 02. RGB value is (19,108,2). Sum of RGB (Red+Green+Blue) = 19+108+2=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 108 (42.58% from 255 or 83.72% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 108 - color contains mainly: green. Hex color #136C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136C02 is #EC93FD. Grayscale: #454545. Windows color (decimal): -15504382 or 158739. OLE color: 158739.
HSL color Cylindrical-coordinate representation of color #136C02: hue angle of 110.38º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #136C02 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 108 | 2 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.58 |
| HSL | 110.38º | 0.96% | 0.22% | - |
| HSV(B) | 110.38º | 0.98% | 0.42% | - |
| XYZ | 5.64 | 10.87 | 1.86 | - |
| YUV | 69.31 | 90.01 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 2 | 0.82 | 0 | 0.98 | 0.58 | 110.38 | 0.96 | 0.22 |
| Hex | 13 | 6C | 2 | 52 | 0 | 62 | 3A | 6E | 60 | 16 |
| Octal | 23 | 154 | 2 | 122 | 0 | 142 | 72 | 156 | 140 | 26 |
| Binary | 10011 | 1101100 | 10 | 1010010 | 0 | 1100010 | 111010 | 1101110 | 1100000 | 10110 |
Color Harmonies of #136C02
Complementary color
Monochromatic Colors of #136C02
Black with #136C02
Text Example
Text Example
White with #136C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C02; }
p { color: rgb(19,108,2); }
H1.HeaderClassName
{
color: #136C02;
}
.AnyTagClassName
{
color: #136C02;
}
</style>
background-color css
<style>
a { background-color: #136C02; }
a { background-color: rgb(19,108,2); }
div.DivClassName
{
background-color: #136C02;
}
.BgClassName
{
background-color: #136C02;
}
</style>
border-color css
<style>
span { border-color: #136C02; }
span { border-color: rgb(19,108,2); }
td.TdClassName
{
border-color: #136C02;
}
.TagClassName
{
border-color: #136C02;
}
</style>