Shades of Green #136902
Tints of Green #136902
RGB
CMYK
RGB Variations
Color information
#136902 (or 0x136902) is known color: Green. HEX triplet: 13, 69 and 02. RGB value is (19,105,2). Sum of RGB (Red+Green+Blue) = 19+105+2=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 105 (41.41% from 255 or 83.33% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 105 - color contains mainly: green. Hex color #136902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136902 is #EC96FD. Grayscale: #434343. Windows color (decimal): -15505150 or 157971. OLE color: 157971.
HSL color Cylindrical-coordinate representation of color #136902: hue angle of 110.1º 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 #136902 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 2 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.59 |
| HSL | 110.1º | 0.96% | 0.21% | - |
| HSV(B) | 110.1º | 0.98% | 0.41% | - |
| XYZ | 5.33 | 10.25 | 1.75 | - |
| YUV | 67.54 | 91.01 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 2 | 0.82 | 0 | 0.98 | 0.59 | 110.1 | 0.96 | 0.21 |
| Hex | 13 | 69 | 2 | 52 | 0 | 62 | 3B | 6E | 60 | 15 |
| Octal | 23 | 151 | 2 | 122 | 0 | 142 | 73 | 156 | 140 | 25 |
| Binary | 10011 | 1101001 | 10 | 1010010 | 0 | 1100010 | 111011 | 1101110 | 1100000 | 10101 |
Color Harmonies of #136902
Complementary color
Monochromatic Colors of #136902
Black with #136902
Text Example
Text Example
White with #136902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136902; }
p { color: rgb(19,105,2); }
H1.HeaderClassName
{
color: #136902;
}
.AnyTagClassName
{
color: #136902;
}
</style>
background-color css
<style>
a { background-color: #136902; }
a { background-color: rgb(19,105,2); }
div.DivClassName
{
background-color: #136902;
}
.BgClassName
{
background-color: #136902;
}
</style>
border-color css
<style>
span { border-color: #136902; }
span { border-color: rgb(19,105,2); }
td.TdClassName
{
border-color: #136902;
}
.TagClassName
{
border-color: #136902;
}
</style>