Html Css Color HEX #0D7359 Tropical Rain Forest
📋 copy color: '#0D7359'red 13 ◦ green 115 ◦ blue 89
Shades of Tropical Rain Forest #0D7359
Tints of Tropical Rain Forest #0D7359
RGB
CMYK
RGB Variations
Color information
#0D7359 (or 0x0D7359) is known color: Tropical Rain Forest. HEX triplet: 0D, 73 and 59. RGB value is (13,115,89). Sum of RGB (Red+Green+Blue) = 13+115+89=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #0D7359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7359 is #F28CA6. Grayscale: #515151. Windows color (decimal): -15895719 or 5862157. OLE color: 5862157.
HSL color Cylindrical-coordinate representation of color #0D7359: hue angle of 164.71º 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 #0D7359 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 115 | 89 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.55 |
| HSL | 164.71º | 0.8% | 0.25% | - |
| HSV(B) | 164.71º | 0.89% | 0.45% | - |
| XYZ | 8.1 | 13.07 | 11.55 | - |
| YUV | 81.54 | 132.21 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 89 | 0.89 | 0 | 0.23 | 0.55 | 164.71 | 0.8 | 0.25 |
| Hex | D | 73 | 59 | 59 | 0 | 17 | 37 | A5 | 50 | 19 |
| Octal | 15 | 163 | 131 | 131 | 0 | 27 | 67 | 245 | 120 | 31 |
| Binary | 1101 | 1110011 | 1011001 | 1011001 | 0 | 10111 | 110111 | 10100101 | 1010000 | 11001 |
Color Harmonies of #0D7359
Complementary color
Monochromatic Colors of #0D7359
Black with #0D7359
Text Example
Text Example
White with #0D7359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7359; }
p { color: rgb(13,115,89); }
H1.HeaderClassName
{
color: #0D7359;
}
.AnyTagClassName
{
color: #0D7359;
}
</style>
background-color css
<style>
a { background-color: #0D7359; }
a { background-color: rgb(13,115,89); }
div.DivClassName
{
background-color: #0D7359;
}
.BgClassName
{
background-color: #0D7359;
}
</style>
border-color css
<style>
span { border-color: #0D7359; }
span { border-color: rgb(13,115,89); }
td.TdClassName
{
border-color: #0D7359;
}
.TagClassName
{
border-color: #0D7359;
}
</style>