Shades of Green #138204
Tints of Green #138204
RGB
CMYK
RGB Variations
Color information
#138204 (or 0x138204) is known color: Green. HEX triplet: 13, 82 and 04. RGB value is (19,130,4). Sum of RGB (Red+Green+Blue) = 19+130+4=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 130 (51.17% from 255 or 84.97% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 130 - color contains mainly: green. Hex color #138204 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138204 is #EC7DFB. Grayscale: #525252. Windows color (decimal): -15498748 or 295443. OLE color: 295443.
HSL color Cylindrical-coordinate representation of color #138204: hue angle of 112.86º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #138204 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 4 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.49 |
| HSL | 112.86º | 0.94% | 0.26% | - |
| HSV(B) | 112.86º | 0.97% | 0.51% | - |
| XYZ | 8.27 | 16.11 | 2.79 | - |
| YUV | 82.45 | 83.73 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 4 | 0.85 | 0 | 0.97 | 0.49 | 112.86 | 0.94 | 0.26 |
| Hex | 13 | 82 | 4 | 55 | 0 | 61 | 31 | 71 | 5E | 1A |
| Octal | 23 | 202 | 4 | 125 | 0 | 141 | 61 | 161 | 136 | 32 |
| Binary | 10011 | 10000010 | 100 | 1010101 | 0 | 1100001 | 110001 | 1110001 | 1011110 | 11010 |
Color Harmonies of #138204
Complementary color
Monochromatic Colors of #138204
Black with #138204
Text Example
Text Example
White with #138204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138204; }
p { color: rgb(19,130,4); }
H1.HeaderClassName
{
color: #138204;
}
.AnyTagClassName
{
color: #138204;
}
</style>
background-color css
<style>
a { background-color: #138204; }
a { background-color: rgb(19,130,4); }
div.DivClassName
{
background-color: #138204;
}
.BgClassName
{
background-color: #138204;
}
</style>
border-color css
<style>
span { border-color: #138204; }
span { border-color: rgb(19,130,4); }
td.TdClassName
{
border-color: #138204;
}
.TagClassName
{
border-color: #138204;
}
</style>