Shades of Tropical Rain Forest #007262
Tints of Tropical Rain Forest #007262
RGB
CMYK
RGB Variations
Color information
#007262 (or 0x007262) is known color: Tropical Rain Forest. HEX triplet: 00, 72 and 62. RGB value is (0,114,98). Sum of RGB (Red+Green+Blue) = 0+114+98=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #007262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007262 is #FF8D9D. Grayscale: #4E4E4E. Windows color (decimal): -16747934 or 6451712. OLE color: 6451712.
HSL color Cylindrical-coordinate representation of color #007262: hue angle of 171.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007262 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 98 | - |
| CMYK | 1 | 0 | 0.14 | 0.55 |
| HSL | 171.58º | 1% | 0.22% | - |
| HSV(B) | 171.58º | 1% | 0.45% | - |
| XYZ | 8.22 | 12.92 | 13.62 | - |
| YUV | 78.09 | 139.23 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 98 | 1 | 0 | 0.14 | 0.55 | 171.58 | 1 | 0.22 |
| Hex | 0 | 72 | 62 | 64 | 0 | E | 37 | AC | 64 | 16 |
| Octal | 0 | 162 | 142 | 144 | 0 | 16 | 67 | 254 | 144 | 26 |
| Binary | 0 | 1110010 | 1100010 | 1100100 | 0 | 1110 | 110111 | 10101100 | 1100100 | 10110 |
Color Harmonies of #007262
Complementary color
Monochromatic Colors of #007262
Black with #007262
Text Example
Text Example
White with #007262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007262; }
p { color: rgb(0,114,98); }
H1.HeaderClassName
{
color: #007262;
}
.AnyTagClassName
{
color: #007262;
}
</style>
background-color css
<style>
a { background-color: #007262; }
a { background-color: rgb(0,114,98); }
div.DivClassName
{
background-color: #007262;
}
.BgClassName
{
background-color: #007262;
}
</style>
border-color css
<style>
span { border-color: #007262; }
span { border-color: rgb(0,114,98); }
td.TdClassName
{
border-color: #007262;
}
.TagClassName
{
border-color: #007262;
}
</style>