Html Css Color HEX #027E64 Tropical Rain Forest
📋 copy color: '#027E64'red 2 ◦ green 126 ◦ blue 100
Shades of Tropical Rain Forest #027E64
Tints of Tropical Rain Forest #027E64
RGB
CMYK
RGB Variations
Color information
#027E64 (or 0x027E64) is known color: Tropical Rain Forest. HEX triplet: 02, 7E and 64. RGB value is (2,126,100). Sum of RGB (Red+Green+Blue) = 2+126+100=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 126 (49.61% from 255 or 55.26% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 126 - color contains mainly: green. Hex color #027E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E64 is #FD819B. Grayscale: #555555. Windows color (decimal): -16613788 or 6585858. OLE color: 6585858.
HSL color Cylindrical-coordinate representation of color #027E64: hue angle of 167.42º 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 #027E64 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 100 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.51 |
| HSL | 167.42º | 0.97% | 0.25% | - |
| HSV(B) | 167.42º | 0.98% | 0.49% | - |
| XYZ | 9.79 | 15.85 | 14.6 | - |
| YUV | 85.96 | 135.92 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 100 | 0.98 | 0 | 0.21 | 0.51 | 167.42 | 0.97 | 0.25 |
| Hex | 2 | 7E | 64 | 62 | 0 | 15 | 33 | A7 | 61 | 19 |
| Octal | 2 | 176 | 144 | 142 | 0 | 25 | 63 | 247 | 141 | 31 |
| Binary | 10 | 1111110 | 1100100 | 1100010 | 0 | 10101 | 110011 | 10100111 | 1100001 | 11001 |
Color Harmonies of #027E64
Complementary color
Monochromatic Colors of #027E64
Black with #027E64
Text Example
Text Example
White with #027E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E64; }
p { color: rgb(2,126,100); }
H1.HeaderClassName
{
color: #027E64;
}
.AnyTagClassName
{
color: #027E64;
}
</style>
background-color css
<style>
a { background-color: #027E64; }
a { background-color: rgb(2,126,100); }
div.DivClassName
{
background-color: #027E64;
}
.BgClassName
{
background-color: #027E64;
}
</style>
border-color css
<style>
span { border-color: #027E64; }
span { border-color: rgb(2,126,100); }
td.TdClassName
{
border-color: #027E64;
}
.TagClassName
{
border-color: #027E64;
}
</style>