Html Css Color HEX #027C64 Tropical Rain Forest
📋 copy color: '#027C64'red 2 ◦ green 124 ◦ blue 100
Shades of Tropical Rain Forest #027C64
Tints of Tropical Rain Forest #027C64
RGB
CMYK
RGB Variations
Color information
#027C64 (or 0x027C64) is known color: Tropical Rain Forest. HEX triplet: 02, 7C and 64. RGB value is (2,124,100). Sum of RGB (Red+Green+Blue) = 2+124+100=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #027C64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C64 is #FD839B. Grayscale: #545454. Windows color (decimal): -16614300 or 6585346. OLE color: 6585346.
HSL color Cylindrical-coordinate representation of color #027C64: hue angle of 168.2º 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 #027C64 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 100 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.51 |
| HSL | 168.2º | 0.97% | 0.25% | - |
| HSV(B) | 168.2º | 0.98% | 0.49% | - |
| XYZ | 9.53 | 15.35 | 14.52 | - |
| YUV | 84.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 100 | 0.98 | 0 | 0.19 | 0.51 | 168.2 | 0.97 | 0.25 |
| Hex | 2 | 7C | 64 | 62 | 0 | 13 | 33 | A8 | 61 | 19 |
| Octal | 2 | 174 | 144 | 142 | 0 | 23 | 63 | 250 | 141 | 31 |
| Binary | 10 | 1111100 | 1100100 | 1100010 | 0 | 10011 | 110011 | 10101000 | 1100001 | 11001 |
Color Harmonies of #027C64
Complementary color
Monochromatic Colors of #027C64
Black with #027C64
Text Example
Text Example
White with #027C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C64; }
p { color: rgb(2,124,100); }
H1.HeaderClassName
{
color: #027C64;
}
.AnyTagClassName
{
color: #027C64;
}
</style>
background-color css
<style>
a { background-color: #027C64; }
a { background-color: rgb(2,124,100); }
div.DivClassName
{
background-color: #027C64;
}
.BgClassName
{
background-color: #027C64;
}
</style>
border-color css
<style>
span { border-color: #027C64; }
span { border-color: rgb(2,124,100); }
td.TdClassName
{
border-color: #027C64;
}
.TagClassName
{
border-color: #027C64;
}
</style>