Shades of Fun Green #007430
Tints of Fun Green #007430
RGB
CMYK
RGB Variations
Color information
#007430 (or 0x007430) is known color: Fun Green. HEX triplet: 00, 74 and 30. RGB value is (0,116,48). Sum of RGB (Red+Green+Blue) = 0+116+48=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 116 (45.70% from 255 or 70.73% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 116 - color contains mainly: green. Hex color #007430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007430 is #FF8BCF. Grayscale: #494949. Windows color (decimal): -16747472 or 3175424. OLE color: 3175424.
HSL color Cylindrical-coordinate representation of color #007430: hue angle of 144.83º 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 #007430 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 116 | 48 | - |
| CMYK | 1 | 0 | 0.59 | 0.55 |
| HSL | 144.83º | 1% | 0.23% | - |
| HSV(B) | 144.83º | 1% | 0.45% | - |
| XYZ | 6.78 | 12.7 | 4.89 | - |
| YUV | 73.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 48 | 1 | 0 | 0.59 | 0.55 | 144.83 | 1 | 0.23 |
| Hex | 0 | 74 | 30 | 64 | 0 | 3B | 37 | 91 | 64 | 17 |
| Octal | 0 | 164 | 60 | 144 | 0 | 73 | 67 | 221 | 144 | 27 |
| Binary | 0 | 1110100 | 110000 | 1100100 | 0 | 111011 | 110111 | 10010001 | 1100100 | 10111 |
Color Harmonies of #007430
Complementary color
Monochromatic Colors of #007430
Black with #007430
Text Example
Text Example
White with #007430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007430; }
p { color: rgb(0,116,48); }
H1.HeaderClassName
{
color: #007430;
}
.AnyTagClassName
{
color: #007430;
}
</style>
background-color css
<style>
a { background-color: #007430; }
a { background-color: rgb(0,116,48); }
div.DivClassName
{
background-color: #007430;
}
.BgClassName
{
background-color: #007430;
}
</style>
border-color css
<style>
span { border-color: #007430; }
span { border-color: rgb(0,116,48); }
td.TdClassName
{
border-color: #007430;
}
.TagClassName
{
border-color: #007430;
}
</style>