Shades of Green #008121
Tints of Green #008121
RGB
CMYK
RGB Variations
Color information
#008121 (or 0x008121) is known color: Green. HEX triplet: 00, 81 and 21. RGB value is (0,129,33). Sum of RGB (Red+Green+Blue) = 0+129+33=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 129 (50.78% from 255 or 79.63% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 129 - color contains mainly: green. Hex color #008121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008121 is #FF7EDE. Grayscale: #4F4F4F. Windows color (decimal): -16744159 or 2195712. OLE color: 2195712.
HSL color Cylindrical-coordinate representation of color #008121: hue angle of 135.35º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008121 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 33 | - |
| CMYK | 1 | 0 | 0.74 | 0.49 |
| HSL | 135.35º | 1% | 0.25% | - |
| HSV(B) | 135.35º | 1% | 0.51% | - |
| XYZ | 8.12 | 15.81 | 4.06 | - |
| YUV | 79.49 | 101.76 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 33 | 1 | 0 | 0.74 | 0.49 | 135.35 | 1 | 0.25 |
| Hex | 0 | 81 | 21 | 64 | 0 | 4A | 31 | 87 | 64 | 19 |
| Octal | 0 | 201 | 41 | 144 | 0 | 112 | 61 | 207 | 144 | 31 |
| Binary | 0 | 10000001 | 100001 | 1100100 | 0 | 1001010 | 110001 | 10000111 | 1100100 | 11001 |
Color Harmonies of #008121
Complementary color
Monochromatic Colors of #008121
Black with #008121
Text Example
Text Example
White with #008121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008121; }
p { color: rgb(0,129,33); }
H1.HeaderClassName
{
color: #008121;
}
.AnyTagClassName
{
color: #008121;
}
</style>
background-color css
<style>
a { background-color: #008121; }
a { background-color: rgb(0,129,33); }
div.DivClassName
{
background-color: #008121;
}
.BgClassName
{
background-color: #008121;
}
</style>
border-color css
<style>
span { border-color: #008121; }
span { border-color: rgb(0,129,33); }
td.TdClassName
{
border-color: #008121;
}
.TagClassName
{
border-color: #008121;
}
</style>