Shades of Green #138702
Tints of Green #138702
RGB
CMYK
RGB Variations
Color information
#138702 (or 0x138702) is known color: Green. HEX triplet: 13, 87 and 02. RGB value is (19,135,2). Sum of RGB (Red+Green+Blue) = 19+135+2=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 135 (53.12% from 255 or 86.54% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 135 - color contains mainly: green. Hex color #138702 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138702 is #EC78FD. Grayscale: #555555. Windows color (decimal): -15497470 or 165651. OLE color: 165651.
HSL color Cylindrical-coordinate representation of color #138702: hue angle of 112.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #138702 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 135 | 2 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.47 |
| HSL | 112.33º | 0.97% | 0.27% | - |
| HSV(B) | 112.33º | 0.99% | 0.53% | - |
| XYZ | 8.94 | 17.47 | 2.96 | - |
| YUV | 85.15 | 81.07 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 2 | 0.86 | 0 | 0.99 | 0.47 | 112.33 | 0.97 | 0.27 |
| Hex | 13 | 87 | 2 | 56 | 0 | 63 | 2F | 70 | 61 | 1B |
| Octal | 23 | 207 | 2 | 126 | 0 | 143 | 57 | 160 | 141 | 33 |
| Binary | 10011 | 10000111 | 10 | 1010110 | 0 | 1100011 | 101111 | 1110000 | 1100001 | 11011 |
Color Harmonies of #138702
Complementary color
Monochromatic Colors of #138702
Black with #138702
Text Example
Text Example
White with #138702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138702; }
p { color: rgb(19,135,2); }
H1.HeaderClassName
{
color: #138702;
}
.AnyTagClassName
{
color: #138702;
}
</style>
background-color css
<style>
a { background-color: #138702; }
a { background-color: rgb(19,135,2); }
div.DivClassName
{
background-color: #138702;
}
.BgClassName
{
background-color: #138702;
}
</style>
border-color css
<style>
span { border-color: #138702; }
span { border-color: rgb(19,135,2); }
td.TdClassName
{
border-color: #138702;
}
.TagClassName
{
border-color: #138702;
}
</style>