Shades of Green #006213
Tints of Green #006213
RGB
CMYK
RGB Variations
Color information
#006213 (or 0x006213) is known color: Green. HEX triplet: 00, 62 and 13. RGB value is (0,98,19). Sum of RGB (Red+Green+Blue) = 0+98+19=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 98 (38.67% from 255 or 83.76% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 98 - color contains mainly: green. Hex color #006213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006213 is #FF9DEC. Grayscale: #3B3B3B. Windows color (decimal): -16752109 or 1270272. OLE color: 1270272.
HSL color Cylindrical-coordinate representation of color #006213: hue angle of 131.63º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006213 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 98 | 19 | - |
| CMYK | 1 | 0 | 0.81 | 0.62 |
| HSL | 131.63º | 1% | 0.19% | - |
| HSV(B) | 131.63º | 1% | 0.38% | - |
| XYZ | 4.49 | 8.78 | 2.07 | - |
| YUV | 59.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 19 | 1 | 0 | 0.81 | 0.62 | 131.63 | 1 | 0.19 |
| Hex | 0 | 62 | 13 | 64 | 0 | 51 | 3E | 84 | 64 | 13 |
| Octal | 0 | 142 | 23 | 144 | 0 | 121 | 76 | 204 | 144 | 23 |
| Binary | 0 | 1100010 | 10011 | 1100100 | 0 | 1010001 | 111110 | 10000100 | 1100100 | 10011 |
Color Harmonies of #006213
Complementary color
Monochromatic Colors of #006213
Black with #006213
Text Example
Text Example
White with #006213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006213; }
p { color: rgb(0,98,19); }
H1.HeaderClassName
{
color: #006213;
}
.AnyTagClassName
{
color: #006213;
}
</style>
background-color css
<style>
a { background-color: #006213; }
a { background-color: rgb(0,98,19); }
div.DivClassName
{
background-color: #006213;
}
.BgClassName
{
background-color: #006213;
}
</style>
border-color css
<style>
span { border-color: #006213; }
span { border-color: rgb(0,98,19); }
td.TdClassName
{
border-color: #006213;
}
.TagClassName
{
border-color: #006213;
}
</style>