Shades of Tropical Rain Forest #027E5A
Tints of Tropical Rain Forest #027E5A
RGB
CMYK
RGB Variations
Color information
#027E5A (or 0x027E5A) is known color: Tropical Rain Forest. HEX triplet: 02, 7E and 5A. RGB value is (2,126,90). Sum of RGB (Red+Green+Blue) = 2+126+90=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #027E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E5A is #FD81A5. Grayscale: #545454. Windows color (decimal): -16613798 or 5930498. OLE color: 5930498.
HSL color Cylindrical-coordinate representation of color #027E5A: hue angle of 162.58º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027E5A is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 90 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.51 |
| HSL | 162.58º | 0.97% | 0.25% | - |
| HSV(B) | 162.58º | 0.98% | 0.49% | - |
| XYZ | 9.33 | 15.67 | 12.21 | - |
| YUV | 84.82 | 130.92 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 90 | 0.98 | 0 | 0.29 | 0.51 | 162.58 | 0.97 | 0.25 |
| Hex | 2 | 7E | 5A | 62 | 0 | 1D | 33 | A3 | 61 | 19 |
| Octal | 2 | 176 | 132 | 142 | 0 | 35 | 63 | 243 | 141 | 31 |
| Binary | 10 | 1111110 | 1011010 | 1100010 | 0 | 11101 | 110011 | 10100011 | 1100001 | 11001 |
Color Harmonies of #027E5A
Complementary color
Monochromatic Colors of #027E5A
Black with #027E5A
Text Example
Text Example
White with #027E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E5A; }
p { color: rgb(2,126,90); }
H1.HeaderClassName
{
color: #027E5A;
}
.AnyTagClassName
{
color: #027E5A;
}
</style>
background-color css
<style>
a { background-color: #027E5A; }
a { background-color: rgb(2,126,90); }
div.DivClassName
{
background-color: #027E5A;
}
.BgClassName
{
background-color: #027E5A;
}
</style>
border-color css
<style>
span { border-color: #027E5A; }
span { border-color: rgb(2,126,90); }
td.TdClassName
{
border-color: #027E5A;
}
.TagClassName
{
border-color: #027E5A;
}
</style>