Shades of Green #008213
Tints of Green #008213
RGB
CMYK
RGB Variations
Color information
#008213 (or 0x008213) is known color: Green. HEX triplet: 00, 82 and 13. RGB value is (0,130,19). Sum of RGB (Red+Green+Blue) = 0+130+19=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 130 (51.17% from 255 or 87.25% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 130 - color contains mainly: green. Hex color #008213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008213 is #FF7DEC. Grayscale: #4E4E4E. Windows color (decimal): -16743917 or 1278464. OLE color: 1278464.
HSL color Cylindrical-coordinate representation of color #008213: hue angle of 128.77º 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 #008213 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 19 | - |
| CMYK | 1 | 0 | 0.85 | 0.49 |
| HSL | 128.77º | 1% | 0.25% | - |
| HSV(B) | 128.77º | 1% | 0.51% | - |
| XYZ | 8.1 | 16.01 | 3.28 | - |
| YUV | 78.48 | 94.43 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 19 | 1 | 0 | 0.85 | 0.49 | 128.77 | 1 | 0.25 |
| Hex | 0 | 82 | 13 | 64 | 0 | 55 | 31 | 81 | 64 | 19 |
| Octal | 0 | 202 | 23 | 144 | 0 | 125 | 61 | 201 | 144 | 31 |
| Binary | 0 | 10000010 | 10011 | 1100100 | 0 | 1010101 | 110001 | 10000001 | 1100100 | 11001 |
Color Harmonies of #008213
Complementary color
Monochromatic Colors of #008213
Black with #008213
Text Example
Text Example
White with #008213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008213; }
p { color: rgb(0,130,19); }
H1.HeaderClassName
{
color: #008213;
}
.AnyTagClassName
{
color: #008213;
}
</style>
background-color css
<style>
a { background-color: #008213; }
a { background-color: rgb(0,130,19); }
div.DivClassName
{
background-color: #008213;
}
.BgClassName
{
background-color: #008213;
}
</style>
border-color css
<style>
span { border-color: #008213; }
span { border-color: rgb(0,130,19); }
td.TdClassName
{
border-color: #008213;
}
.TagClassName
{
border-color: #008213;
}
</style>