Shades of Tropical Rain Forest #027C59
Tints of Tropical Rain Forest #027C59
RGB
CMYK
RGB Variations
Color information
#027C59 (or 0x027C59) is known color: Tropical Rain Forest. HEX triplet: 02, 7C and 59. RGB value is (2,124,89). Sum of RGB (Red+Green+Blue) = 2+124+89=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #027C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C59 is #FD83A6. Grayscale: #535353. Windows color (decimal): -16614311 or 5864450. OLE color: 5864450.
HSL color Cylindrical-coordinate representation of color #027C59: hue angle of 162.79º 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 #027C59 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 89 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.51 |
| HSL | 162.79º | 0.97% | 0.25% | - |
| HSV(B) | 162.79º | 0.98% | 0.49% | - |
| XYZ | 9.04 | 15.15 | 11.9 | - |
| YUV | 83.53 | 131.08 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 89 | 0.98 | 0 | 0.28 | 0.51 | 162.79 | 0.97 | 0.25 |
| Hex | 2 | 7C | 59 | 62 | 0 | 1C | 33 | A3 | 61 | 19 |
| Octal | 2 | 174 | 131 | 142 | 0 | 34 | 63 | 243 | 141 | 31 |
| Binary | 10 | 1111100 | 1011001 | 1100010 | 0 | 11100 | 110011 | 10100011 | 1100001 | 11001 |
Color Harmonies of #027C59
Complementary color
Monochromatic Colors of #027C59
Black with #027C59
Text Example
Text Example
White with #027C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C59; }
p { color: rgb(2,124,89); }
H1.HeaderClassName
{
color: #027C59;
}
.AnyTagClassName
{
color: #027C59;
}
</style>
background-color css
<style>
a { background-color: #027C59; }
a { background-color: rgb(2,124,89); }
div.DivClassName
{
background-color: #027C59;
}
.BgClassName
{
background-color: #027C59;
}
</style>
border-color css
<style>
span { border-color: #027C59; }
span { border-color: rgb(2,124,89); }
td.TdClassName
{
border-color: #027C59;
}
.TagClassName
{
border-color: #027C59;
}
</style>