Shades of Green #01830E
Tints of Green #01830E
RGB
CMYK
RGB Variations
Color information
#01830E (or 0x01830E) is known color: Green. HEX triplet: 01, 83 and 0E. RGB value is (1,131,14). Sum of RGB (Red+Green+Blue) = 1+131+14=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 131 (51.56% from 255 or 89.73% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 131 - color contains mainly: green. Hex color #01830E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01830E is #FE7CF1. Grayscale: #4F4F4F. Windows color (decimal): -16678130 or 951041. OLE color: 951041.
HSL color Cylindrical-coordinate representation of color #01830E: hue angle of 126º 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 #01830E is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 14 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.49 |
| HSL | 126º | 0.98% | 0.26% | - |
| HSV(B) | 126º | 0.99% | 0.51% | - |
| XYZ | 8.21 | 16.27 | 3.12 | - |
| YUV | 78.79 | 91.43 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 14 | 0.99 | 0 | 0.89 | 0.49 | 126 | 0.98 | 0.26 |
| Hex | 1 | 83 | E | 63 | 0 | 59 | 31 | 7E | 62 | 1A |
| Octal | 1 | 203 | 16 | 143 | 0 | 131 | 61 | 176 | 142 | 32 |
| Binary | 1 | 10000011 | 1110 | 1100011 | 0 | 1011001 | 110001 | 1111110 | 1100010 | 11010 |
Color Harmonies of #01830E
Complementary color
Monochromatic Colors of #01830E
Black with #01830E
Text Example
Text Example
White with #01830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01830E; }
p { color: rgb(1,131,14); }
H1.HeaderClassName
{
color: #01830E;
}
.AnyTagClassName
{
color: #01830E;
}
</style>
background-color css
<style>
a { background-color: #01830E; }
a { background-color: rgb(1,131,14); }
div.DivClassName
{
background-color: #01830E;
}
.BgClassName
{
background-color: #01830E;
}
</style>
border-color css
<style>
span { border-color: #01830E; }
span { border-color: rgb(1,131,14); }
td.TdClassName
{
border-color: #01830E;
}
.TagClassName
{
border-color: #01830E;
}
</style>