Shades of Green #008C1E
Tints of Green #008C1E
RGB
CMYK
RGB Variations
Color information
#008C1E (or 0x008C1E) is known color: Green. HEX triplet: 00, 8C and 1E. RGB value is (0,140,30). Sum of RGB (Red+Green+Blue) = 0+140+30=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 140 (55.08% from 255 or 82.35% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 140 - color contains mainly: green. Hex color #008C1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008C1E is #FF73E1. Grayscale: #555555. Windows color (decimal): -16741346 or 2001920. OLE color: 2001920.
HSL color Cylindrical-coordinate representation of color #008C1E: hue angle of 132.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C1E is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 30 | - |
| CMYK | 1 | 0 | 0.79 | 0.45 |
| HSL | 132.86º | 1% | 0.27% | - |
| HSV(B) | 132.86º | 1% | 0.55% | - |
| XYZ | 9.61 | 18.85 | 4.36 | - |
| YUV | 85.6 | 96.62 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 30 | 1 | 0 | 0.79 | 0.45 | 132.86 | 1 | 0.27 |
| Hex | 0 | 8C | 1E | 64 | 0 | 4F | 2D | 85 | 64 | 1B |
| Octal | 0 | 214 | 36 | 144 | 0 | 117 | 55 | 205 | 144 | 33 |
| Binary | 0 | 10001100 | 11110 | 1100100 | 0 | 1001111 | 101101 | 10000101 | 1100100 | 11011 |
Color Harmonies of #008C1E
Complementary color
Monochromatic Colors of #008C1E
Black with #008C1E
Text Example
Text Example
White with #008C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C1E; }
p { color: rgb(0,140,30); }
H1.HeaderClassName
{
color: #008C1E;
}
.AnyTagClassName
{
color: #008C1E;
}
</style>
background-color css
<style>
a { background-color: #008C1E; }
a { background-color: rgb(0,140,30); }
div.DivClassName
{
background-color: #008C1E;
}
.BgClassName
{
background-color: #008C1E;
}
</style>
border-color css
<style>
span { border-color: #008C1E; }
span { border-color: rgb(0,140,30); }
td.TdClassName
{
border-color: #008C1E;
}
.TagClassName
{
border-color: #008C1E;
}
</style>