Html Css Color HEX #027065 Tropical Rain Forest
📋 copy color: '#027065'red 2 ◦ green 112 ◦ blue 101
Shades of Tropical Rain Forest #027065
Tints of Tropical Rain Forest #027065
RGB
CMYK
RGB Variations
Color information
#027065 (or 0x027065) is known color: Tropical Rain Forest. HEX triplet: 02, 70 and 65. RGB value is (2,112,101). Sum of RGB (Red+Green+Blue) = 2+112+101=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #027065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027065 is #FD8F9A. Grayscale: #4D4D4D. Windows color (decimal): -16617371 or 6647810. OLE color: 6647810.
HSL color Cylindrical-coordinate representation of color #027065: hue angle of 174º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027065 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 101 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.56 |
| HSL | 174º | 0.96% | 0.22% | - |
| HSV(B) | 174º | 0.98% | 0.44% | - |
| XYZ | 8.17 | 12.54 | 14.3 | - |
| YUV | 77.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 101 | 0.98 | 0 | 0.10 | 0.56 | 174 | 0.96 | 0.22 |
| Hex | 2 | 70 | 65 | 62 | 0 | A | 38 | AE | 60 | 16 |
| Octal | 2 | 160 | 145 | 142 | 0 | 12 | 70 | 256 | 140 | 26 |
| Binary | 10 | 1110000 | 1100101 | 1100010 | 0 | 1010 | 111000 | 10101110 | 1100000 | 10110 |
Color Harmonies of #027065
Complementary color
Monochromatic Colors of #027065
Black with #027065
Text Example
Text Example
White with #027065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027065; }
p { color: rgb(2,112,101); }
H1.HeaderClassName
{
color: #027065;
}
.AnyTagClassName
{
color: #027065;
}
</style>
background-color css
<style>
a { background-color: #027065; }
a { background-color: rgb(2,112,101); }
div.DivClassName
{
background-color: #027065;
}
.BgClassName
{
background-color: #027065;
}
</style>
border-color css
<style>
span { border-color: #027065; }
span { border-color: rgb(2,112,101); }
td.TdClassName
{
border-color: #027065;
}
.TagClassName
{
border-color: #027065;
}
</style>