Shades of Green #01830C
Tints of Green #01830C
RGB
CMYK
RGB Variations
Color information
#01830C (or 0x01830C) is known color: Green. HEX triplet: 01, 83 and 0C. RGB value is (1,131,12). Sum of RGB (Red+Green+Blue) = 1+131+12=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 131 (51.56% from 255 or 90.97% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 131 - color contains mainly: green. Hex color #01830C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01830C is #FE7CF3. Grayscale: #4E4E4E. Windows color (decimal): -16678132 or 819969. OLE color: 819969.
HSL color Cylindrical-coordinate representation of color #01830C: hue angle of 125.08º 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 #01830C is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 12 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.49 |
| HSL | 125.08º | 0.98% | 0.26% | - |
| HSV(B) | 125.08º | 0.99% | 0.51% | - |
| XYZ | 8.2 | 16.27 | 3.06 | - |
| YUV | 78.56 | 90.43 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 12 | 0.99 | 0 | 0.91 | 0.49 | 125.08 | 0.98 | 0.26 |
| Hex | 1 | 83 | C | 63 | 0 | 5B | 31 | 7D | 62 | 1A |
| Octal | 1 | 203 | 14 | 143 | 0 | 133 | 61 | 175 | 142 | 32 |
| Binary | 1 | 10000011 | 1100 | 1100011 | 0 | 1011011 | 110001 | 1111101 | 1100010 | 11010 |
Color Harmonies of #01830C
Complementary color
Monochromatic Colors of #01830C
Black with #01830C
Text Example
Text Example
White with #01830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01830C; }
p { color: rgb(1,131,12); }
H1.HeaderClassName
{
color: #01830C;
}
.AnyTagClassName
{
color: #01830C;
}
</style>
background-color css
<style>
a { background-color: #01830C; }
a { background-color: rgb(1,131,12); }
div.DivClassName
{
background-color: #01830C;
}
.BgClassName
{
background-color: #01830C;
}
</style>
border-color css
<style>
span { border-color: #01830C; }
span { border-color: rgb(1,131,12); }
td.TdClassName
{
border-color: #01830C;
}
.TagClassName
{
border-color: #01830C;
}
</style>