Shades of Tropical Rain Forest #038255
Tints of Tropical Rain Forest #038255
RGB
CMYK
RGB Variations
Color information
#038255 (or 0x038255) is known color: Tropical Rain Forest. HEX triplet: 03, 82 and 55. RGB value is (3,130,85). Sum of RGB (Red+Green+Blue) = 3+130+85=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #038255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038255 is #FC7DAA. Grayscale: #565656. Windows color (decimal): -16547243 or 5603843. OLE color: 5603843.
HSL color Cylindrical-coordinate representation of color #038255: hue angle of 158.74º degrees, saturation: 0.95, 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 #038255 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 85 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.49 |
| HSL | 158.74º | 0.95% | 0.26% | - |
| HSV(B) | 158.74º | 0.98% | 0.51% | - |
| XYZ | 9.66 | 16.64 | 11.3 | - |
| YUV | 86.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 85 | 0.98 | 0 | 0.35 | 0.49 | 158.74 | 0.95 | 0.26 |
| Hex | 3 | 82 | 55 | 62 | 0 | 23 | 31 | 9F | 5F | 1A |
| Octal | 3 | 202 | 125 | 142 | 0 | 43 | 61 | 237 | 137 | 32 |
| Binary | 11 | 10000010 | 1010101 | 1100010 | 0 | 100011 | 110001 | 10011111 | 1011111 | 11010 |
Color Harmonies of #038255
Complementary color
Monochromatic Colors of #038255
Black with #038255
Text Example
Text Example
White with #038255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038255; }
p { color: rgb(3,130,85); }
H1.HeaderClassName
{
color: #038255;
}
.AnyTagClassName
{
color: #038255;
}
</style>
background-color css
<style>
a { background-color: #038255; }
a { background-color: rgb(3,130,85); }
div.DivClassName
{
background-color: #038255;
}
.BgClassName
{
background-color: #038255;
}
</style>
border-color css
<style>
span { border-color: #038255; }
span { border-color: rgb(3,130,85); }
td.TdClassName
{
border-color: #038255;
}
.TagClassName
{
border-color: #038255;
}
</style>