Html Css Color HEX #0D7262 Tropical Rain Forest
📋 copy color: '#0D7262'red 13 ◦ green 114 ◦ blue 98
Shades of Tropical Rain Forest #0D7262
Tints of Tropical Rain Forest #0D7262
RGB
CMYK
RGB Variations
Color information
#0D7262 (or 0x0D7262) is known color: Tropical Rain Forest. HEX triplet: 0D, 72 and 62. RGB value is (13,114,98). Sum of RGB (Red+Green+Blue) = 13+114+98=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #0D7262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7262 is #F28D9D. Grayscale: #515151. Windows color (decimal): -15895966 or 6451725. OLE color: 6451725.
HSL color Cylindrical-coordinate representation of color #0D7262: hue angle of 170.5º 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 #0D7262 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 114 | 98 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.55 |
| HSL | 170.5º | 0.8% | 0.25% | - |
| HSV(B) | 170.5º | 0.89% | 0.45% | - |
| XYZ | 8.39 | 13 | 13.62 | - |
| YUV | 81.98 | 137.04 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 114 | 98 | 0.89 | 0 | 0.14 | 0.55 | 170.5 | 0.8 | 0.25 |
| Hex | D | 72 | 62 | 59 | 0 | E | 37 | AA | 50 | 19 |
| Octal | 15 | 162 | 142 | 131 | 0 | 16 | 67 | 252 | 120 | 31 |
| Binary | 1101 | 1110010 | 1100010 | 1011001 | 0 | 1110 | 110111 | 10101010 | 1010000 | 11001 |
Color Harmonies of #0D7262
Complementary color
Monochromatic Colors of #0D7262
Black with #0D7262
Text Example
Text Example
White with #0D7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7262; }
p { color: rgb(13,114,98); }
H1.HeaderClassName
{
color: #0D7262;
}
.AnyTagClassName
{
color: #0D7262;
}
</style>
background-color css
<style>
a { background-color: #0D7262; }
a { background-color: rgb(13,114,98); }
div.DivClassName
{
background-color: #0D7262;
}
.BgClassName
{
background-color: #0D7262;
}
</style>
border-color css
<style>
span { border-color: #0D7262; }
span { border-color: rgb(13,114,98); }
td.TdClassName
{
border-color: #0D7262;
}
.TagClassName
{
border-color: #0D7262;
}
</style>