Shades of Green #138301
Tints of Green #138301
RGB
CMYK
RGB Variations
Color information
#138301 (or 0x138301) is known color: Green. HEX triplet: 13, 83 and 01. RGB value is (19,131,1). Sum of RGB (Red+Green+Blue) = 19+131+1=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 131 (51.56% from 255 or 86.75% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 131 - color contains mainly: green. Hex color #138301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138301 is #EC7CFE. Grayscale: #535353. Windows color (decimal): -15498495 or 99091. OLE color: 99091.
HSL color Cylindrical-coordinate representation of color #138301: hue angle of 111.69º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #138301 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 131 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.49 |
| HSL | 111.69º | 0.98% | 0.26% | - |
| HSV(B) | 111.69º | 0.99% | 0.51% | - |
| XYZ | 8.39 | 16.37 | 2.75 | - |
| YUV | 82.69 | 81.89 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 1 | 0.85 | 0 | 0.99 | 0.49 | 111.69 | 0.98 | 0.26 |
| Hex | 13 | 83 | 1 | 55 | 0 | 63 | 31 | 70 | 62 | 1A |
| Octal | 23 | 203 | 1 | 125 | 0 | 143 | 61 | 160 | 142 | 32 |
| Binary | 10011 | 10000011 | 1 | 1010101 | 0 | 1100011 | 110001 | 1110000 | 1100010 | 11010 |
Color Harmonies of #138301
Complementary color
Monochromatic Colors of #138301
Black with #138301
Text Example
Text Example
White with #138301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138301; }
p { color: rgb(19,131,1); }
H1.HeaderClassName
{
color: #138301;
}
.AnyTagClassName
{
color: #138301;
}
</style>
background-color css
<style>
a { background-color: #138301; }
a { background-color: rgb(19,131,1); }
div.DivClassName
{
background-color: #138301;
}
.BgClassName
{
background-color: #138301;
}
</style>
border-color css
<style>
span { border-color: #138301; }
span { border-color: rgb(19,131,1); }
td.TdClassName
{
border-color: #138301;
}
.TagClassName
{
border-color: #138301;
}
</style>