Html Css Color HEX #0E7058 Tropical Rain Forest
📋 copy color: '#0E7058'red 14 ◦ green 112 ◦ blue 88
Shades of Tropical Rain Forest #0E7058
Tints of Tropical Rain Forest #0E7058
RGB
CMYK
RGB Variations
Color information
#0E7058 (or 0x0E7058) is known color: Tropical Rain Forest. HEX triplet: 0E, 70 and 58. RGB value is (14,112,88). Sum of RGB (Red+Green+Blue) = 14+112+88=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7058 is #F18FA7. Grayscale: #4F4F4F. Windows color (decimal): -15830952 or 5795854. OLE color: 5795854.
HSL color Cylindrical-coordinate representation of color #0E7058: hue angle of 165.31º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7058 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 112 | 88 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.56 |
| HSL | 165.31º | 0.78% | 0.25% | - |
| HSV(B) | 165.31º | 0.88% | 0.44% | - |
| XYZ | 7.74 | 12.39 | 11.22 | - |
| YUV | 79.96 | 132.53 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 112 | 88 | 0.88 | 0 | 0.21 | 0.56 | 165.31 | 0.78 | 0.25 |
| Hex | E | 70 | 58 | 58 | 0 | 15 | 38 | A5 | 4E | 19 |
| Octal | 16 | 160 | 130 | 130 | 0 | 25 | 70 | 245 | 116 | 31 |
| Binary | 1110 | 1110000 | 1011000 | 1011000 | 0 | 10101 | 111000 | 10100101 | 1001110 | 11001 |
Color Harmonies of #0E7058
Complementary color
Monochromatic Colors of #0E7058
Black with #0E7058
Text Example
Text Example
White with #0E7058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7058; }
p { color: rgb(14,112,88); }
H1.HeaderClassName
{
color: #0E7058;
}
.AnyTagClassName
{
color: #0E7058;
}
</style>
background-color css
<style>
a { background-color: #0E7058; }
a { background-color: rgb(14,112,88); }
div.DivClassName
{
background-color: #0E7058;
}
.BgClassName
{
background-color: #0E7058;
}
</style>
border-color css
<style>
span { border-color: #0E7058; }
span { border-color: rgb(14,112,88); }
td.TdClassName
{
border-color: #0E7058;
}
.TagClassName
{
border-color: #0E7058;
}
</style>