Shades of Fun Green #007030
Tints of Fun Green #007030
RGB
CMYK
RGB Variations
Color information
#007030 (or 0x007030) is known color: Fun Green. HEX triplet: 00, 70 and 30. RGB value is (0,112,48). Sum of RGB (Red+Green+Blue) = 0+112+48=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #007030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007030 is #FF8FCF. Grayscale: #474747. Windows color (decimal): -16748496 or 3174400. OLE color: 3174400.
HSL color Cylindrical-coordinate representation of color #007030: hue angle of 145.71º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007030 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 48 | - |
| CMYK | 1 | 0 | 0.57 | 0.56 |
| HSL | 145.71º | 1% | 0.22% | - |
| HSV(B) | 145.71º | 1% | 0.44% | - |
| XYZ | 6.33 | 11.8 | 4.74 | - |
| YUV | 71.22 | 114.89 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 48 | 1 | 0 | 0.57 | 0.56 | 145.71 | 1 | 0.22 |
| Hex | 0 | 70 | 30 | 64 | 0 | 39 | 38 | 92 | 64 | 16 |
| Octal | 0 | 160 | 60 | 144 | 0 | 71 | 70 | 222 | 144 | 26 |
| Binary | 0 | 1110000 | 110000 | 1100100 | 0 | 111001 | 111000 | 10010010 | 1100100 | 10110 |
Color Harmonies of #007030
Complementary color
Monochromatic Colors of #007030
Black with #007030
Text Example
Text Example
White with #007030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007030; }
p { color: rgb(0,112,48); }
H1.HeaderClassName
{
color: #007030;
}
.AnyTagClassName
{
color: #007030;
}
</style>
background-color css
<style>
a { background-color: #007030; }
a { background-color: rgb(0,112,48); }
div.DivClassName
{
background-color: #007030;
}
.BgClassName
{
background-color: #007030;
}
</style>
border-color css
<style>
span { border-color: #007030; }
span { border-color: rgb(0,112,48); }
td.TdClassName
{
border-color: #007030;
}
.TagClassName
{
border-color: #007030;
}
</style>