Shades of Tropical Rain Forest #038360
Tints of Tropical Rain Forest #038360
RGB
CMYK
RGB Variations
Color information
#038360 (or 0x038360) is known color: Tropical Rain Forest. HEX triplet: 03, 83 and 60. RGB value is (3,131,96). Sum of RGB (Red+Green+Blue) = 3+131+96=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #038360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038360 is #FC7C9F. Grayscale: #585858. Windows color (decimal): -16546976 or 6324995. OLE color: 6324995.
HSL color Cylindrical-coordinate representation of color #038360: hue angle of 163.59º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038360 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 131 | 96 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.49 |
| HSL | 163.59º | 0.96% | 0.26% | - |
| HSV(B) | 163.59º | 0.98% | 0.51% | - |
| XYZ | 10.27 | 17.1 | 13.83 | - |
| YUV | 88.74 | 132.09 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 131 | 96 | 0.98 | 0 | 0.27 | 0.49 | 163.59 | 0.96 | 0.26 |
| Hex | 3 | 83 | 60 | 62 | 0 | 1B | 31 | A4 | 60 | 1A |
| Octal | 3 | 203 | 140 | 142 | 0 | 33 | 61 | 244 | 140 | 32 |
| Binary | 11 | 10000011 | 1100000 | 1100010 | 0 | 11011 | 110001 | 10100100 | 1100000 | 11010 |
Color Harmonies of #038360
Complementary color
Monochromatic Colors of #038360
Black with #038360
Text Example
Text Example
White with #038360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038360; }
p { color: rgb(3,131,96); }
H1.HeaderClassName
{
color: #038360;
}
.AnyTagClassName
{
color: #038360;
}
</style>
background-color css
<style>
a { background-color: #038360; }
a { background-color: rgb(3,131,96); }
div.DivClassName
{
background-color: #038360;
}
.BgClassName
{
background-color: #038360;
}
</style>
border-color css
<style>
span { border-color: #038360; }
span { border-color: rgb(3,131,96); }
td.TdClassName
{
border-color: #038360;
}
.TagClassName
{
border-color: #038360;
}
</style>