Shades of Tropical Rain Forest #048155
Tints of Tropical Rain Forest #048155
RGB
CMYK
RGB Variations
Color information
#048155 (or 0x048155) is known color: Tropical Rain Forest. HEX triplet: 04, 81 and 55. RGB value is (4,129,85). Sum of RGB (Red+Green+Blue) = 4+129+85=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #048155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048155 is #FB7EAA. Grayscale: #565656. Windows color (decimal): -16481963 or 5603588. OLE color: 5603588.
HSL color Cylindrical-coordinate representation of color #048155: hue angle of 158.88º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048155 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 129 | 85 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.49 |
| HSL | 158.88º | 0.94% | 0.26% | - |
| HSV(B) | 158.88º | 0.97% | 0.51% | - |
| XYZ | 9.54 | 16.38 | 11.25 | - |
| YUV | 86.61 | 127.09 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 85 | 0.97 | 0 | 0.34 | 0.49 | 158.88 | 0.94 | 0.26 |
| Hex | 4 | 81 | 55 | 61 | 0 | 22 | 31 | 9F | 5E | 1A |
| Octal | 4 | 201 | 125 | 141 | 0 | 42 | 61 | 237 | 136 | 32 |
| Binary | 100 | 10000001 | 1010101 | 1100001 | 0 | 100010 | 110001 | 10011111 | 1011110 | 11010 |
Color Harmonies of #048155
Complementary color
Monochromatic Colors of #048155
Black with #048155
Text Example
Text Example
White with #048155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048155; }
p { color: rgb(4,129,85); }
H1.HeaderClassName
{
color: #048155;
}
.AnyTagClassName
{
color: #048155;
}
</style>
background-color css
<style>
a { background-color: #048155; }
a { background-color: rgb(4,129,85); }
div.DivClassName
{
background-color: #048155;
}
.BgClassName
{
background-color: #048155;
}
</style>
border-color css
<style>
span { border-color: #048155; }
span { border-color: rgb(4,129,85); }
td.TdClassName
{
border-color: #048155;
}
.TagClassName
{
border-color: #048155;
}
</style>