Html Css Color HEX #048266 Tropical Rain Forest
📋 copy color: '#048266'red 4 ◦ green 130 ◦ blue 102
Shades of Tropical Rain Forest #048266
Tints of Tropical Rain Forest #048266
RGB
CMYK
RGB Variations
Color information
#048266 (or 0x048266) is known color: Tropical Rain Forest. HEX triplet: 04, 82 and 66. RGB value is (4,130,102). Sum of RGB (Red+Green+Blue) = 4+130+102=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #048266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048266 is #FB7D99. Grayscale: #595959. Windows color (decimal): -16481690 or 6717956. OLE color: 6717956.
HSL color Cylindrical-coordinate representation of color #048266: hue angle of 166.67º 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 #048266 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 102 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.49 |
| HSL | 166.67º | 0.94% | 0.26% | - |
| HSV(B) | 166.67º | 0.97% | 0.51% | - |
| XYZ | 10.43 | 16.95 | 15.29 | - |
| YUV | 89.13 | 135.26 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 102 | 0.97 | 0 | 0.22 | 0.49 | 166.67 | 0.94 | 0.26 |
| Hex | 4 | 82 | 66 | 61 | 0 | 16 | 31 | A7 | 5E | 1A |
| Octal | 4 | 202 | 146 | 141 | 0 | 26 | 61 | 247 | 136 | 32 |
| Binary | 100 | 10000010 | 1100110 | 1100001 | 0 | 10110 | 110001 | 10100111 | 1011110 | 11010 |
Color Harmonies of #048266
Complementary color
Monochromatic Colors of #048266
Black with #048266
Text Example
Text Example
White with #048266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048266; }
p { color: rgb(4,130,102); }
H1.HeaderClassName
{
color: #048266;
}
.AnyTagClassName
{
color: #048266;
}
</style>
background-color css
<style>
a { background-color: #048266; }
a { background-color: rgb(4,130,102); }
div.DivClassName
{
background-color: #048266;
}
.BgClassName
{
background-color: #048266;
}
</style>
border-color css
<style>
span { border-color: #048266; }
span { border-color: rgb(4,130,102); }
td.TdClassName
{
border-color: #048266;
}
.TagClassName
{
border-color: #048266;
}
</style>