Shades of Green #005800
Tints of Green #005800
RGB
CMYK
RGB Variations
Color information
#005800 (or 0x005800) is known color: Green. HEX triplet: 00, 58 and 00. RGB value is (0,88,0). Sum of RGB (Red+Green+Blue) = 0+88+0=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 88 (34.77% from 255 or 100% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 88 - color contains mainly: green. Hex color #005800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005800 is #FFA7FF. Grayscale: #333333. Windows color (decimal): -16754688 or 22528. OLE color: 22528.
HSL color Cylindrical-coordinate representation of color #005800: hue angle of 120º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005800 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 88 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.65 |
| HSL | 120º | 1% | 0.17% | - |
| HSV(B) | 120º | 1% | 0.35% | - |
| XYZ | 3.49 | 6.98 | 1.16 | - |
| YUV | 51.66 | 98.85 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 0 | 1 | 0 | 1 | 0.65 | 120 | 1 | 0.17 |
| Hex | 0 | 58 | 0 | 64 | 0 | 64 | 41 | 78 | 64 | 11 |
| Octal | 0 | 130 | 0 | 144 | 0 | 144 | 101 | 170 | 144 | 21 |
| Binary | 0 | 1011000 | 0 | 1100100 | 0 | 1100100 | 1000001 | 1111000 | 1100100 | 10001 |
Color Harmonies of #005800
Complementary color
Monochromatic Colors of #005800
Black with #005800
Text Example
Text Example
White with #005800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005800; }
p { color: rgb(0,88,0); }
H1.HeaderClassName
{
color: #005800;
}
.AnyTagClassName
{
color: #005800;
}
</style>
background-color css
<style>
a { background-color: #005800; }
a { background-color: rgb(0,88,0); }
div.DivClassName
{
background-color: #005800;
}
.BgClassName
{
background-color: #005800;
}
</style>
border-color css
<style>
span { border-color: #005800; }
span { border-color: rgb(0,88,0); }
td.TdClassName
{
border-color: #005800;
}
.TagClassName
{
border-color: #005800;
}
</style>