Shades of Green #01830D
Tints of Green #01830D
RGB
CMYK
RGB Variations
Color information
#01830D (or 0x01830D) is known color: Green. HEX triplet: 01, 83 and 0D. RGB value is (1,131,13). Sum of RGB (Red+Green+Blue) = 1+131+13=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 131 (51.56% from 255 or 90.34% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 131 - color contains mainly: green. Hex color #01830D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01830D is #FE7CF2. Grayscale: #4F4F4F. Windows color (decimal): -16678131 or 885505. OLE color: 885505.
HSL color Cylindrical-coordinate representation of color #01830D: hue angle of 125.54º 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 #01830D is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 13 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.49 |
| HSL | 125.54º | 0.98% | 0.26% | - |
| HSV(B) | 125.54º | 0.99% | 0.51% | - |
| XYZ | 8.2 | 16.27 | 3.09 | - |
| YUV | 78.68 | 90.93 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 13 | 0.99 | 0 | 0.90 | 0.49 | 125.54 | 0.98 | 0.26 |
| Hex | 1 | 83 | D | 63 | 0 | 5A | 31 | 7E | 62 | 1A |
| Octal | 1 | 203 | 15 | 143 | 0 | 132 | 61 | 176 | 142 | 32 |
| Binary | 1 | 10000011 | 1101 | 1100011 | 0 | 1011010 | 110001 | 1111110 | 1100010 | 11010 |
Color Harmonies of #01830D
Complementary color
Monochromatic Colors of #01830D
Black with #01830D
Text Example
Text Example
White with #01830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01830D; }
p { color: rgb(1,131,13); }
H1.HeaderClassName
{
color: #01830D;
}
.AnyTagClassName
{
color: #01830D;
}
</style>
background-color css
<style>
a { background-color: #01830D; }
a { background-color: rgb(1,131,13); }
div.DivClassName
{
background-color: #01830D;
}
.BgClassName
{
background-color: #01830D;
}
</style>
border-color css
<style>
span { border-color: #01830D; }
span { border-color: rgb(1,131,13); }
td.TdClassName
{
border-color: #01830D;
}
.TagClassName
{
border-color: #01830D;
}
</style>