Shades of Fun Green #047230
Tints of Fun Green #047230
RGB
CMYK
RGB Variations
Color information
#047230 (or 0x047230) is known color: Fun Green. HEX triplet: 04, 72 and 30. RGB value is (4,114,48). Sum of RGB (Red+Green+Blue) = 4+114+48=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 114 (44.92% from 255 or 68.67% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 114 - color contains mainly: green. Hex color #047230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047230 is #FB8DCF. Grayscale: #494949. Windows color (decimal): -16485840 or 3174916. OLE color: 3174916.
HSL color Cylindrical-coordinate representation of color #047230: hue angle of 144º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047230 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 114 | 48 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.55 |
| HSL | 144º | 0.93% | 0.23% | - |
| HSV(B) | 144º | 0.96% | 0.45% | - |
| XYZ | 6.6 | 12.27 | 4.82 | - |
| YUV | 73.59 | 113.56 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 48 | 0.96 | 0 | 0.58 | 0.55 | 144 | 0.93 | 0.23 |
| Hex | 4 | 72 | 30 | 60 | 0 | 3A | 37 | 90 | 5D | 17 |
| Octal | 4 | 162 | 60 | 140 | 0 | 72 | 67 | 220 | 135 | 27 |
| Binary | 100 | 1110010 | 110000 | 1100000 | 0 | 111010 | 110111 | 10010000 | 1011101 | 10111 |
Color Harmonies of #047230
Complementary color
Monochromatic Colors of #047230
Black with #047230
Text Example
Text Example
White with #047230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047230; }
p { color: rgb(4,114,48); }
H1.HeaderClassName
{
color: #047230;
}
.AnyTagClassName
{
color: #047230;
}
</style>
background-color css
<style>
a { background-color: #047230; }
a { background-color: rgb(4,114,48); }
div.DivClassName
{
background-color: #047230;
}
.BgClassName
{
background-color: #047230;
}
</style>
border-color css
<style>
span { border-color: #047230; }
span { border-color: rgb(4,114,48); }
td.TdClassName
{
border-color: #047230;
}
.TagClassName
{
border-color: #047230;
}
</style>