Shades of Tropical Rain Forest #047E5D
Tints of Tropical Rain Forest #047E5D
RGB
CMYK
RGB Variations
Color information
#047E5D (or 0x047E5D) is known color: Tropical Rain Forest. HEX triplet: 04, 7E and 5D. RGB value is (4,126,93). Sum of RGB (Red+Green+Blue) = 4+126+93=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #047E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047E5D is #FB81A2. Grayscale: #555555. Windows color (decimal): -16482723 or 6127108. OLE color: 6127108.
HSL color Cylindrical-coordinate representation of color #047E5D: hue angle of 163.77º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047E5D is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 126 | 93 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.51 |
| HSL | 163.77º | 0.94% | 0.25% | - |
| HSV(B) | 163.77º | 0.97% | 0.49% | - |
| XYZ | 9.49 | 15.74 | 12.89 | - |
| YUV | 85.76 | 132.08 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 126 | 93 | 0.97 | 0 | 0.26 | 0.51 | 163.77 | 0.94 | 0.25 |
| Hex | 4 | 7E | 5D | 61 | 0 | 1A | 33 | A4 | 5E | 19 |
| Octal | 4 | 176 | 135 | 141 | 0 | 32 | 63 | 244 | 136 | 31 |
| Binary | 100 | 1111110 | 1011101 | 1100001 | 0 | 11010 | 110011 | 10100100 | 1011110 | 11001 |
Color Harmonies of #047E5D
Complementary color
Monochromatic Colors of #047E5D
Black with #047E5D
Text Example
Text Example
White with #047E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047E5D; }
p { color: rgb(4,126,93); }
H1.HeaderClassName
{
color: #047E5D;
}
.AnyTagClassName
{
color: #047E5D;
}
</style>
background-color css
<style>
a { background-color: #047E5D; }
a { background-color: rgb(4,126,93); }
div.DivClassName
{
background-color: #047E5D;
}
.BgClassName
{
background-color: #047E5D;
}
</style>
border-color css
<style>
span { border-color: #047E5D; }
span { border-color: rgb(4,126,93); }
td.TdClassName
{
border-color: #047E5D;
}
.TagClassName
{
border-color: #047E5D;
}
</style>