Html Css Color HEX #027C65 Tropical Rain Forest
📋 copy color: '#027C65'red 2 ◦ green 124 ◦ blue 101
Shades of Tropical Rain Forest #027C65
Tints of Tropical Rain Forest #027C65
RGB
CMYK
RGB Variations
Color information
#027C65 (or 0x027C65) is known color: Tropical Rain Forest. HEX triplet: 02, 7C and 65. RGB value is (2,124,101). Sum of RGB (Red+Green+Blue) = 2+124+101=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #027C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C65 is #FD839A. Grayscale: #545454. Windows color (decimal): -16614299 or 6650882. OLE color: 6650882.
HSL color Cylindrical-coordinate representation of color #027C65: hue angle of 168.69º 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 #027C65 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 101 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.51 |
| HSL | 168.69º | 0.97% | 0.25% | - |
| HSV(B) | 168.69º | 0.98% | 0.49% | - |
| XYZ | 9.58 | 15.37 | 14.77 | - |
| YUV | 84.9 | 137.08 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 101 | 0.98 | 0 | 0.19 | 0.51 | 168.69 | 0.97 | 0.25 |
| Hex | 2 | 7C | 65 | 62 | 0 | 13 | 33 | A9 | 61 | 19 |
| Octal | 2 | 174 | 145 | 142 | 0 | 23 | 63 | 251 | 141 | 31 |
| Binary | 10 | 1111100 | 1100101 | 1100010 | 0 | 10011 | 110011 | 10101001 | 1100001 | 11001 |
Color Harmonies of #027C65
Complementary color
Monochromatic Colors of #027C65
Black with #027C65
Text Example
Text Example
White with #027C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C65; }
p { color: rgb(2,124,101); }
H1.HeaderClassName
{
color: #027C65;
}
.AnyTagClassName
{
color: #027C65;
}
</style>
background-color css
<style>
a { background-color: #027C65; }
a { background-color: rgb(2,124,101); }
div.DivClassName
{
background-color: #027C65;
}
.BgClassName
{
background-color: #027C65;
}
</style>
border-color css
<style>
span { border-color: #027C65; }
span { border-color: rgb(2,124,101); }
td.TdClassName
{
border-color: #027C65;
}
.TagClassName
{
border-color: #027C65;
}
</style>