Shades of Green #018309
Tints of Green #018309
RGB
CMYK
RGB Variations
Color information
#018309 (or 0x018309) is known color: Green. HEX triplet: 01, 83 and 09. RGB value is (1,131,9). Sum of RGB (Red+Green+Blue) = 1+131+9=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 131 (51.56% from 255 or 92.91% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 131 - color contains mainly: green. Hex color #018309 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018309 is #FE7CF6. Grayscale: #4E4E4E. Windows color (decimal): -16678135 or 623361. OLE color: 623361.
HSL color Cylindrical-coordinate representation of color #018309: hue angle of 123.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 #018309 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 9 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.49 |
| HSL | 123.69º | 0.98% | 0.26% | - |
| HSV(B) | 123.69º | 0.99% | 0.51% | - |
| XYZ | 8.18 | 16.26 | 2.97 | - |
| YUV | 78.22 | 88.93 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 9 | 0.99 | 0 | 0.93 | 0.49 | 123.69 | 0.98 | 0.26 |
| Hex | 1 | 83 | 9 | 63 | 0 | 5D | 31 | 7C | 62 | 1A |
| Octal | 1 | 203 | 11 | 143 | 0 | 135 | 61 | 174 | 142 | 32 |
| Binary | 1 | 10000011 | 1001 | 1100011 | 0 | 1011101 | 110001 | 1111100 | 1100010 | 11010 |
Color Harmonies of #018309
Complementary color
Monochromatic Colors of #018309
Black with #018309
Text Example
Text Example
White with #018309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018309; }
p { color: rgb(1,131,9); }
H1.HeaderClassName
{
color: #018309;
}
.AnyTagClassName
{
color: #018309;
}
</style>
background-color css
<style>
a { background-color: #018309; }
a { background-color: rgb(1,131,9); }
div.DivClassName
{
background-color: #018309;
}
.BgClassName
{
background-color: #018309;
}
</style>
border-color css
<style>
span { border-color: #018309; }
span { border-color: rgb(1,131,9); }
td.TdClassName
{
border-color: #018309;
}
.TagClassName
{
border-color: #018309;
}
</style>