Shades of Tropical Rain Forest #00735C
Tints of Tropical Rain Forest #00735C
RGB
CMYK
RGB Variations
Color information
#00735C (or 0x00735C) is known color: Tropical Rain Forest. HEX triplet: 00, 73 and 5C. RGB value is (0,115,92). Sum of RGB (Red+Green+Blue) = 0+115+92=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 115 (45.31% from 255 or 55.56% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 115 - color contains mainly: green. Hex color #00735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00735C is #FF8CA3. Grayscale: #4D4D4D. Windows color (decimal): -16747684 or 6058752. OLE color: 6058752.
HSL color Cylindrical-coordinate representation of color #00735C: hue angle of 168º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00735C is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 92 | - |
| CMYK | 1 | 0 | 0.20 | 0.55 |
| HSL | 168º | 1% | 0.23% | - |
| HSV(B) | 168º | 1% | 0.45% | - |
| XYZ | 8.06 | 13.03 | 12.22 | - |
| YUV | 77.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 92 | 1 | 0 | 0.20 | 0.55 | 168 | 1 | 0.23 |
| Hex | 0 | 73 | 5C | 64 | 0 | 14 | 37 | A8 | 64 | 17 |
| Octal | 0 | 163 | 134 | 144 | 0 | 24 | 67 | 250 | 144 | 27 |
| Binary | 0 | 1110011 | 1011100 | 1100100 | 0 | 10100 | 110111 | 10101000 | 1100100 | 10111 |
Color Harmonies of #00735C
Complementary color
Monochromatic Colors of #00735C
Black with #00735C
Text Example
Text Example
White with #00735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00735C; }
p { color: rgb(0,115,92); }
H1.HeaderClassName
{
color: #00735C;
}
.AnyTagClassName
{
color: #00735C;
}
</style>
background-color css
<style>
a { background-color: #00735C; }
a { background-color: rgb(0,115,92); }
div.DivClassName
{
background-color: #00735C;
}
.BgClassName
{
background-color: #00735C;
}
</style>
border-color css
<style>
span { border-color: #00735C; }
span { border-color: rgb(0,115,92); }
td.TdClassName
{
border-color: #00735C;
}
.TagClassName
{
border-color: #00735C;
}
</style>