Shades of Green #018408
Tints of Green #018408
RGB
CMYK
RGB Variations
Color information
#018408 (or 0x018408) is known color: Green. HEX triplet: 01, 84 and 08. RGB value is (1,132,8). Sum of RGB (Red+Green+Blue) = 1+132+8=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 132 (51.95% from 255 or 93.62% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 132 - color contains mainly: green. Hex color #018408 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018408 is #FE7BF7. Grayscale: #4F4F4F. Windows color (decimal): -16677880 or 558081. OLE color: 558081.
HSL color Cylindrical-coordinate representation of color #018408: hue angle of 123.21º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018408 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 8 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.48 |
| HSL | 123.21º | 0.98% | 0.26% | - |
| HSV(B) | 123.21º | 0.99% | 0.52% | - |
| XYZ | 8.31 | 16.53 | 2.98 | - |
| YUV | 78.7 | 88.1 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 8 | 0.99 | 0 | 0.94 | 0.48 | 123.21 | 0.98 | 0.26 |
| Hex | 1 | 84 | 8 | 63 | 0 | 5E | 30 | 7B | 62 | 1A |
| Octal | 1 | 204 | 10 | 143 | 0 | 136 | 60 | 173 | 142 | 32 |
| Binary | 1 | 10000100 | 1000 | 1100011 | 0 | 1011110 | 110000 | 1111011 | 1100010 | 11010 |
Color Harmonies of #018408
Complementary color
Monochromatic Colors of #018408
Black with #018408
Text Example
Text Example
White with #018408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018408; }
p { color: rgb(1,132,8); }
H1.HeaderClassName
{
color: #018408;
}
.AnyTagClassName
{
color: #018408;
}
</style>
background-color css
<style>
a { background-color: #018408; }
a { background-color: rgb(1,132,8); }
div.DivClassName
{
background-color: #018408;
}
.BgClassName
{
background-color: #018408;
}
</style>
border-color css
<style>
span { border-color: #018408; }
span { border-color: rgb(1,132,8); }
td.TdClassName
{
border-color: #018408;
}
.TagClassName
{
border-color: #018408;
}
</style>