Shades of Tropical Rain Forest #047A5E
Tints of Tropical Rain Forest #047A5E
RGB
CMYK
RGB Variations
Color information
#047A5E (or 0x047A5E) is known color: Tropical Rain Forest. HEX triplet: 04, 7A and 5E. RGB value is (4,122,94). Sum of RGB (Red+Green+Blue) = 4+122+94=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 122 (48.05% from 255 or 55.45% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 122 - color contains mainly: green. Hex color #047A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047A5E is #FB85A1. Grayscale: #535353. Windows color (decimal): -16483746 or 6191620. OLE color: 6191620.
HSL color Cylindrical-coordinate representation of color #047A5E: hue angle of 165.76º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047A5E is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 122 | 94 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.52 |
| HSL | 165.76º | 0.94% | 0.25% | - |
| HSV(B) | 165.76º | 0.97% | 0.48% | - |
| XYZ | 9.03 | 14.75 | 12.96 | - |
| YUV | 83.53 | 133.91 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 94 | 0.97 | 0 | 0.23 | 0.52 | 165.76 | 0.94 | 0.25 |
| Hex | 4 | 7A | 5E | 61 | 0 | 17 | 34 | A6 | 5E | 19 |
| Octal | 4 | 172 | 136 | 141 | 0 | 27 | 64 | 246 | 136 | 31 |
| Binary | 100 | 1111010 | 1011110 | 1100001 | 0 | 10111 | 110100 | 10100110 | 1011110 | 11001 |
Color Harmonies of #047A5E
Complementary color
Monochromatic Colors of #047A5E
Black with #047A5E
Text Example
Text Example
White with #047A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A5E; }
p { color: rgb(4,122,94); }
H1.HeaderClassName
{
color: #047A5E;
}
.AnyTagClassName
{
color: #047A5E;
}
</style>
background-color css
<style>
a { background-color: #047A5E; }
a { background-color: rgb(4,122,94); }
div.DivClassName
{
background-color: #047A5E;
}
.BgClassName
{
background-color: #047A5E;
}
</style>
border-color css
<style>
span { border-color: #047A5E; }
span { border-color: rgb(4,122,94); }
td.TdClassName
{
border-color: #047A5E;
}
.TagClassName
{
border-color: #047A5E;
}
</style>