Html Css Color HEX #027365 Tropical Rain Forest
📋 copy color: '#027365'red 2 ◦ green 115 ◦ blue 101
Shades of Tropical Rain Forest #027365
Tints of Tropical Rain Forest #027365
RGB
CMYK
RGB Variations
Color information
#027365 (or 0x027365) is known color: Tropical Rain Forest. HEX triplet: 02, 73 and 65. RGB value is (2,115,101). Sum of RGB (Red+Green+Blue) = 2+115+101=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #027365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027365 is #FD8C9A. Grayscale: #4F4F4F. Windows color (decimal): -16616603 or 6648578. OLE color: 6648578.
HSL color Cylindrical-coordinate representation of color #027365: hue angle of 172.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027365 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 115 | 101 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.55 |
| HSL | 172.57º | 0.97% | 0.23% | - |
| HSV(B) | 172.57º | 0.98% | 0.45% | - |
| XYZ | 8.5 | 13.21 | 14.41 | - |
| YUV | 79.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 101 | 0.98 | 0 | 0.12 | 0.55 | 172.57 | 0.97 | 0.23 |
| Hex | 2 | 73 | 65 | 62 | 0 | C | 37 | AD | 61 | 17 |
| Octal | 2 | 163 | 145 | 142 | 0 | 14 | 67 | 255 | 141 | 27 |
| Binary | 10 | 1110011 | 1100101 | 1100010 | 0 | 1100 | 110111 | 10101101 | 1100001 | 10111 |
Color Harmonies of #027365
Complementary color
Monochromatic Colors of #027365
Black with #027365
Text Example
Text Example
White with #027365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027365; }
p { color: rgb(2,115,101); }
H1.HeaderClassName
{
color: #027365;
}
.AnyTagClassName
{
color: #027365;
}
</style>
background-color css
<style>
a { background-color: #027365; }
a { background-color: rgb(2,115,101); }
div.DivClassName
{
background-color: #027365;
}
.BgClassName
{
background-color: #027365;
}
</style>
border-color css
<style>
span { border-color: #027365; }
span { border-color: rgb(2,115,101); }
td.TdClassName
{
border-color: #027365;
}
.TagClassName
{
border-color: #027365;
}
</style>