Shades of Tropical Rain Forest #048262
Tints of Tropical Rain Forest #048262
RGB
CMYK
RGB Variations
Color information
#048262 (or 0x048262) is known color: Tropical Rain Forest. HEX triplet: 04, 82 and 62. RGB value is (4,130,98). Sum of RGB (Red+Green+Blue) = 4+130+98=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #048262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048262 is #FB7D9D. Grayscale: #585858. Windows color (decimal): -16481694 or 6455812. OLE color: 6455812.
HSL color Cylindrical-coordinate representation of color #048262: hue angle of 164.76º 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 #048262 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 98 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.49 |
| HSL | 164.76º | 0.94% | 0.26% | - |
| HSV(B) | 164.76º | 0.97% | 0.51% | - |
| XYZ | 10.24 | 16.87 | 14.27 | - |
| YUV | 88.68 | 133.26 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 98 | 0.97 | 0 | 0.25 | 0.49 | 164.76 | 0.94 | 0.26 |
| Hex | 4 | 82 | 62 | 61 | 0 | 19 | 31 | A5 | 5E | 1A |
| Octal | 4 | 202 | 142 | 141 | 0 | 31 | 61 | 245 | 136 | 32 |
| Binary | 100 | 10000010 | 1100010 | 1100001 | 0 | 11001 | 110001 | 10100101 | 1011110 | 11010 |
Color Harmonies of #048262
Complementary color
Monochromatic Colors of #048262
Black with #048262
Text Example
Text Example
White with #048262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048262; }
p { color: rgb(4,130,98); }
H1.HeaderClassName
{
color: #048262;
}
.AnyTagClassName
{
color: #048262;
}
</style>
background-color css
<style>
a { background-color: #048262; }
a { background-color: rgb(4,130,98); }
div.DivClassName
{
background-color: #048262;
}
.BgClassName
{
background-color: #048262;
}
</style>
border-color css
<style>
span { border-color: #048262; }
span { border-color: rgb(4,130,98); }
td.TdClassName
{
border-color: #048262;
}
.TagClassName
{
border-color: #048262;
}
</style>