Html Css Color HEX #027765 Tropical Rain Forest
📋 copy color: '#027765'red 2 ◦ green 119 ◦ blue 101
Shades of Tropical Rain Forest #027765
Tints of Tropical Rain Forest #027765
RGB
CMYK
RGB Variations
Color information
#027765 (or 0x027765) is known color: Tropical Rain Forest. HEX triplet: 02, 77 and 65. RGB value is (2,119,101). Sum of RGB (Red+Green+Blue) = 2+119+101=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #027765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027765 is #FD889A. Grayscale: #515151. Windows color (decimal): -16615579 or 6649602. OLE color: 6649602.
HSL color Cylindrical-coordinate representation of color #027765: hue angle of 170.77º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027765 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 119 | 101 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.53 |
| HSL | 170.77º | 0.97% | 0.24% | - |
| HSV(B) | 170.77º | 0.98% | 0.47% | - |
| XYZ | 8.97 | 14.15 | 14.57 | - |
| YUV | 81.97 | 138.74 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 101 | 0.98 | 0 | 0.15 | 0.53 | 170.77 | 0.97 | 0.24 |
| Hex | 2 | 77 | 65 | 62 | 0 | F | 35 | AB | 61 | 18 |
| Octal | 2 | 167 | 145 | 142 | 0 | 17 | 65 | 253 | 141 | 30 |
| Binary | 10 | 1110111 | 1100101 | 1100010 | 0 | 1111 | 110101 | 10101011 | 1100001 | 11000 |
Color Harmonies of #027765
Complementary color
Monochromatic Colors of #027765
Black with #027765
Text Example
Text Example
White with #027765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027765; }
p { color: rgb(2,119,101); }
H1.HeaderClassName
{
color: #027765;
}
.AnyTagClassName
{
color: #027765;
}
</style>
background-color css
<style>
a { background-color: #027765; }
a { background-color: rgb(2,119,101); }
div.DivClassName
{
background-color: #027765;
}
.BgClassName
{
background-color: #027765;
}
</style>
border-color css
<style>
span { border-color: #027765; }
span { border-color: rgb(2,119,101); }
td.TdClassName
{
border-color: #027765;
}
.TagClassName
{
border-color: #027765;
}
</style>