Shades of Tropical Rain Forest #027F56
Tints of Tropical Rain Forest #027F56
RGB
CMYK
RGB Variations
Color information
#027F56 (or 0x027F56) is known color: Tropical Rain Forest. HEX triplet: 02, 7F and 56. RGB value is (2,127,86). Sum of RGB (Red+Green+Blue) = 2+127+86=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 127 (50% from 255 or 59.07% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 127 - color contains mainly: green. Hex color #027F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027F56 is #FD80A9. Grayscale: #545454. Windows color (decimal): -16613546 or 5668610. OLE color: 5668610.
HSL color Cylindrical-coordinate representation of color #027F56: hue angle of 160.32º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027F56 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 127 | 86 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.50 |
| HSL | 160.32º | 0.97% | 0.25% | - |
| HSV(B) | 160.32º | 0.98% | 0.5% | - |
| XYZ | 9.29 | 15.86 | 11.38 | - |
| YUV | 84.95 | 128.59 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 86 | 0.98 | 0 | 0.32 | 0.50 | 160.32 | 0.97 | 0.25 |
| Hex | 2 | 7F | 56 | 62 | 0 | 20 | 32 | A0 | 61 | 19 |
| Octal | 2 | 177 | 126 | 142 | 0 | 40 | 62 | 240 | 141 | 31 |
| Binary | 10 | 1111111 | 1010110 | 1100010 | 0 | 100000 | 110010 | 10100000 | 1100001 | 11001 |
Color Harmonies of #027F56
Complementary color
Monochromatic Colors of #027F56
Black with #027F56
Text Example
Text Example
White with #027F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027F56; }
p { color: rgb(2,127,86); }
H1.HeaderClassName
{
color: #027F56;
}
.AnyTagClassName
{
color: #027F56;
}
</style>
background-color css
<style>
a { background-color: #027F56; }
a { background-color: rgb(2,127,86); }
div.DivClassName
{
background-color: #027F56;
}
.BgClassName
{
background-color: #027F56;
}
</style>
border-color css
<style>
span { border-color: #027F56; }
span { border-color: rgb(2,127,86); }
td.TdClassName
{
border-color: #027F56;
}
.TagClassName
{
border-color: #027F56;
}
</style>