Shades of Tropical Rain Forest #03705A
Tints of Tropical Rain Forest #03705A
RGB
CMYK
RGB Variations
Color information
#03705A (or 0x03705A) is known color: Tropical Rain Forest. HEX triplet: 03, 70 and 5A. RGB value is (3,112,90). Sum of RGB (Red+Green+Blue) = 3+112+90=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #03705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03705A is #FC8FA5. Grayscale: #4C4C4C. Windows color (decimal): -16551846 or 5926915. OLE color: 5926915.
HSL color Cylindrical-coordinate representation of color #03705A: hue angle of 167.89º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03705A is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 112 | 90 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.56 |
| HSL | 167.89º | 0.95% | 0.23% | - |
| HSV(B) | 167.89º | 0.97% | 0.44% | - |
| XYZ | 7.68 | 12.35 | 11.65 | - |
| YUV | 76.9 | 135.39 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 90 | 0.97 | 0 | 0.20 | 0.56 | 167.89 | 0.95 | 0.23 |
| Hex | 3 | 70 | 5A | 61 | 0 | 14 | 38 | A8 | 5F | 17 |
| Octal | 3 | 160 | 132 | 141 | 0 | 24 | 70 | 250 | 137 | 27 |
| Binary | 11 | 1110000 | 1011010 | 1100001 | 0 | 10100 | 111000 | 10101000 | 1011111 | 10111 |
Color Harmonies of #03705A
Complementary color
Monochromatic Colors of #03705A
Black with #03705A
Text Example
Text Example
White with #03705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03705A; }
p { color: rgb(3,112,90); }
H1.HeaderClassName
{
color: #03705A;
}
.AnyTagClassName
{
color: #03705A;
}
</style>
background-color css
<style>
a { background-color: #03705A; }
a { background-color: rgb(3,112,90); }
div.DivClassName
{
background-color: #03705A;
}
.BgClassName
{
background-color: #03705A;
}
</style>
border-color css
<style>
span { border-color: #03705A; }
span { border-color: rgb(3,112,90); }
td.TdClassName
{
border-color: #03705A;
}
.TagClassName
{
border-color: #03705A;
}
</style>