Shades of Tropical Rain Forest #047059
Tints of Tropical Rain Forest #047059
RGB
CMYK
RGB Variations
Color information
#047059 (or 0x047059) is known color: Tropical Rain Forest. HEX triplet: 04, 70 and 59. RGB value is (4,112,89). Sum of RGB (Red+Green+Blue) = 4+112+89=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #047059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047059 is #FB8FA6. Grayscale: #4D4D4D. Windows color (decimal): -16486311 or 5861380. OLE color: 5861380.
HSL color Cylindrical-coordinate representation of color #047059: hue angle of 167.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047059 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 112 | 89 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.56 |
| HSL | 167.22º | 0.93% | 0.23% | - |
| HSV(B) | 167.22º | 0.96% | 0.44% | - |
| XYZ | 7.65 | 12.34 | 11.43 | - |
| YUV | 77.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 89 | 0.96 | 0 | 0.21 | 0.56 | 167.22 | 0.93 | 0.23 |
| Hex | 4 | 70 | 59 | 60 | 0 | 15 | 38 | A7 | 5D | 17 |
| Octal | 4 | 160 | 131 | 140 | 0 | 25 | 70 | 247 | 135 | 27 |
| Binary | 100 | 1110000 | 1011001 | 1100000 | 0 | 10101 | 111000 | 10100111 | 1011101 | 10111 |
Color Harmonies of #047059
Complementary color
Monochromatic Colors of #047059
Black with #047059
Text Example
Text Example
White with #047059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047059; }
p { color: rgb(4,112,89); }
H1.HeaderClassName
{
color: #047059;
}
.AnyTagClassName
{
color: #047059;
}
</style>
background-color css
<style>
a { background-color: #047059; }
a { background-color: rgb(4,112,89); }
div.DivClassName
{
background-color: #047059;
}
.BgClassName
{
background-color: #047059;
}
</style>
border-color css
<style>
span { border-color: #047059; }
span { border-color: rgb(4,112,89); }
td.TdClassName
{
border-color: #047059;
}
.TagClassName
{
border-color: #047059;
}
</style>