Shades of Fun Green #007330
Tints of Fun Green #007330
RGB
CMYK
RGB Variations
Color information
#007330 (or 0x007330) is known color: Fun Green. HEX triplet: 00, 73 and 30. RGB value is (0,115,48). Sum of RGB (Red+Green+Blue) = 0+115+48=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 115 (45.31% from 255 or 70.55% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 115 - color contains mainly: green. Hex color #007330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007330 is #FF8CCF. Grayscale: #494949. Windows color (decimal): -16747728 or 3175168. OLE color: 3175168.
HSL color Cylindrical-coordinate representation of color #007330: hue angle of 145.04º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007330 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 48 | - |
| CMYK | 1 | 0 | 0.58 | 0.55 |
| HSL | 145.04º | 1% | 0.23% | - |
| HSV(B) | 145.04º | 1% | 0.45% | - |
| XYZ | 6.66 | 12.47 | 4.85 | - |
| YUV | 72.98 | 113.9 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 48 | 1 | 0 | 0.58 | 0.55 | 145.04 | 1 | 0.23 |
| Hex | 0 | 73 | 30 | 64 | 0 | 3A | 37 | 91 | 64 | 17 |
| Octal | 0 | 163 | 60 | 144 | 0 | 72 | 67 | 221 | 144 | 27 |
| Binary | 0 | 1110011 | 110000 | 1100100 | 0 | 111010 | 110111 | 10010001 | 1100100 | 10111 |
Color Harmonies of #007330
Complementary color
Monochromatic Colors of #007330
Black with #007330
Text Example
Text Example
White with #007330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007330; }
p { color: rgb(0,115,48); }
H1.HeaderClassName
{
color: #007330;
}
.AnyTagClassName
{
color: #007330;
}
</style>
background-color css
<style>
a { background-color: #007330; }
a { background-color: rgb(0,115,48); }
div.DivClassName
{
background-color: #007330;
}
.BgClassName
{
background-color: #007330;
}
</style>
border-color css
<style>
span { border-color: #007330; }
span { border-color: rgb(0,115,48); }
td.TdClassName
{
border-color: #007330;
}
.TagClassName
{
border-color: #007330;
}
</style>