Shades of Green #138210
Tints of Green #138210
RGB
CMYK
RGB Variations
Color information
#138210 (or 0x138210) is known color: Green. HEX triplet: 13, 82 and 10. RGB value is (19,130,16). Sum of RGB (Red+Green+Blue) = 19+130+16=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 130 (51.17% from 255 or 78.79% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 130 - color contains mainly: green. Hex color #138210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138210 is #EC7DEF. Grayscale: #545454. Windows color (decimal): -15498736 or 1081875. OLE color: 1081875.
HSL color Cylindrical-coordinate representation of color #138210: hue angle of 118.42º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138210 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 16 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.49 |
| HSL | 118.42º | 0.78% | 0.29% | - |
| HSV(B) | 118.42º | 0.88% | 0.51% | - |
| XYZ | 8.34 | 16.14 | 3.17 | - |
| YUV | 83.82 | 89.73 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 16 | 0.85 | 0 | 0.88 | 0.49 | 118.42 | 0.78 | 0.29 |
| Hex | 13 | 82 | 10 | 55 | 0 | 58 | 31 | 76 | 4E | 1D |
| Octal | 23 | 202 | 20 | 125 | 0 | 130 | 61 | 166 | 116 | 35 |
| Binary | 10011 | 10000010 | 10000 | 1010101 | 0 | 1011000 | 110001 | 1110110 | 1001110 | 11101 |
Color Harmonies of #138210
Complementary color
Monochromatic Colors of #138210
Black with #138210
Text Example
Text Example
White with #138210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138210; }
p { color: rgb(19,130,16); }
H1.HeaderClassName
{
color: #138210;
}
.AnyTagClassName
{
color: #138210;
}
</style>
background-color css
<style>
a { background-color: #138210; }
a { background-color: rgb(19,130,16); }
div.DivClassName
{
background-color: #138210;
}
.BgClassName
{
background-color: #138210;
}
</style>
border-color css
<style>
span { border-color: #138210; }
span { border-color: rgb(19,130,16); }
td.TdClassName
{
border-color: #138210;
}
.TagClassName
{
border-color: #138210;
}
</style>