Shades of Tropical Rain Forest #047F56
Tints of Tropical Rain Forest #047F56
RGB
CMYK
RGB Variations
Color information
#047F56 (or 0x047F56) is known color: Tropical Rain Forest. HEX triplet: 04, 7F and 56. RGB value is (4,127,86). Sum of RGB (Red+Green+Blue) = 4+127+86=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #047F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047F56 is #FB80A9. Grayscale: #555555. Windows color (decimal): -16482474 or 5668612. OLE color: 5668612.
HSL color Cylindrical-coordinate representation of color #047F56: hue angle of 160º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F56 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 127 | 86 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.50 |
| HSL | 160º | 0.94% | 0.26% | - |
| HSV(B) | 160º | 0.97% | 0.5% | - |
| XYZ | 9.32 | 15.88 | 11.38 | - |
| YUV | 85.55 | 128.25 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 86 | 0.97 | 0 | 0.32 | 0.50 | 160 | 0.94 | 0.26 |
| Hex | 4 | 7F | 56 | 61 | 0 | 20 | 32 | A0 | 5E | 1A |
| Octal | 4 | 177 | 126 | 141 | 0 | 40 | 62 | 240 | 136 | 32 |
| Binary | 100 | 1111111 | 1010110 | 1100001 | 0 | 100000 | 110010 | 10100000 | 1011110 | 11010 |
Color Harmonies of #047F56
Complementary color
Monochromatic Colors of #047F56
Black with #047F56
Text Example
Text Example
White with #047F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047F56; }
p { color: rgb(4,127,86); }
H1.HeaderClassName
{
color: #047F56;
}
.AnyTagClassName
{
color: #047F56;
}
</style>
background-color css
<style>
a { background-color: #047F56; }
a { background-color: rgb(4,127,86); }
div.DivClassName
{
background-color: #047F56;
}
.BgClassName
{
background-color: #047F56;
}
</style>
border-color css
<style>
span { border-color: #047F56; }
span { border-color: rgb(4,127,86); }
td.TdClassName
{
border-color: #047F56;
}
.TagClassName
{
border-color: #047F56;
}
</style>