Html Css Color HEX #0E735D Tropical Rain Forest
📋 copy color: '#0E735D'red 14 ◦ green 115 ◦ blue 93
Shades of Tropical Rain Forest #0E735D
Tints of Tropical Rain Forest #0E735D
RGB
CMYK
RGB Variations
Color information
#0E735D (or 0x0E735D) is known color: Tropical Rain Forest. HEX triplet: 0E, 73 and 5D. RGB value is (14,115,93). Sum of RGB (Red+Green+Blue) = 14+115+93=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #0E735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E735D is #F18CA2. Grayscale: #525252. Windows color (decimal): -15830179 or 6124302. OLE color: 6124302.
HSL color Cylindrical-coordinate representation of color #0E735D: hue angle of 166.93º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E735D is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 115 | 93 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.55 |
| HSL | 166.93º | 0.78% | 0.25% | - |
| HSV(B) | 166.93º | 0.88% | 0.45% | - |
| XYZ | 8.29 | 13.15 | 12.46 | - |
| YUV | 82.29 | 134.04 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 115 | 93 | 0.88 | 0 | 0.19 | 0.55 | 166.93 | 0.78 | 0.25 |
| Hex | E | 73 | 5D | 58 | 0 | 13 | 37 | A7 | 4E | 19 |
| Octal | 16 | 163 | 135 | 130 | 0 | 23 | 67 | 247 | 116 | 31 |
| Binary | 1110 | 1110011 | 1011101 | 1011000 | 0 | 10011 | 110111 | 10100111 | 1001110 | 11001 |
Color Harmonies of #0E735D
Complementary color
Monochromatic Colors of #0E735D
Black with #0E735D
Text Example
Text Example
White with #0E735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E735D; }
p { color: rgb(14,115,93); }
H1.HeaderClassName
{
color: #0E735D;
}
.AnyTagClassName
{
color: #0E735D;
}
</style>
background-color css
<style>
a { background-color: #0E735D; }
a { background-color: rgb(14,115,93); }
div.DivClassName
{
background-color: #0E735D;
}
.BgClassName
{
background-color: #0E735D;
}
</style>
border-color css
<style>
span { border-color: #0E735D; }
span { border-color: rgb(14,115,93); }
td.TdClassName
{
border-color: #0E735D;
}
.TagClassName
{
border-color: #0E735D;
}
</style>