Html Css Color HEX #0D7459 Tropical Rain Forest
📋 copy color: '#0D7459'red 13 ◦ green 116 ◦ blue 89
Shades of Tropical Rain Forest #0D7459
Tints of Tropical Rain Forest #0D7459
RGB
CMYK
RGB Variations
Color information
#0D7459 (or 0x0D7459) is known color: Tropical Rain Forest. HEX triplet: 0D, 74 and 59. RGB value is (13,116,89). Sum of RGB (Red+Green+Blue) = 13+116+89=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #0D7459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7459 is #F28BA6. Grayscale: #525252. Windows color (decimal): -15895463 or 5862413. OLE color: 5862413.
HSL color Cylindrical-coordinate representation of color #0D7459: hue angle of 164.27º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7459 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 116 | 89 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.55 |
| HSL | 164.27º | 0.8% | 0.25% | - |
| HSV(B) | 164.27º | 0.89% | 0.45% | - |
| XYZ | 8.21 | 13.3 | 11.58 | - |
| YUV | 82.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 89 | 0.89 | 0 | 0.23 | 0.55 | 164.27 | 0.8 | 0.25 |
| Hex | D | 74 | 59 | 59 | 0 | 17 | 37 | A4 | 50 | 19 |
| Octal | 15 | 164 | 131 | 131 | 0 | 27 | 67 | 244 | 120 | 31 |
| Binary | 1101 | 1110100 | 1011001 | 1011001 | 0 | 10111 | 110111 | 10100100 | 1010000 | 11001 |
Color Harmonies of #0D7459
Complementary color
Monochromatic Colors of #0D7459
Black with #0D7459
Text Example
Text Example
White with #0D7459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7459; }
p { color: rgb(13,116,89); }
H1.HeaderClassName
{
color: #0D7459;
}
.AnyTagClassName
{
color: #0D7459;
}
</style>
background-color css
<style>
a { background-color: #0D7459; }
a { background-color: rgb(13,116,89); }
div.DivClassName
{
background-color: #0D7459;
}
.BgClassName
{
background-color: #0D7459;
}
</style>
border-color css
<style>
span { border-color: #0D7459; }
span { border-color: rgb(13,116,89); }
td.TdClassName
{
border-color: #0D7459;
}
.TagClassName
{
border-color: #0D7459;
}
</style>