Shades of Tropical Rain Forest #03815E
Tints of Tropical Rain Forest #03815E
RGB
CMYK
RGB Variations
Color information
#03815E (or 0x03815E) is known color: Tropical Rain Forest. HEX triplet: 03, 81 and 5E. RGB value is (3,129,94). Sum of RGB (Red+Green+Blue) = 3+129+94=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #03815E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03815E is #FC7EA1. Grayscale: #575757. Windows color (decimal): -16547490 or 6193411. OLE color: 6193411.
HSL color Cylindrical-coordinate representation of color #03815E: hue angle of 163.33º 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 #03815E is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 129 | 94 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.49 |
| HSL | 163.33º | 0.95% | 0.26% | - |
| HSV(B) | 163.33º | 0.98% | 0.51% | - |
| XYZ | 9.91 | 16.53 | 13.26 | - |
| YUV | 87.34 | 131.76 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 94 | 0.98 | 0 | 0.27 | 0.49 | 163.33 | 0.95 | 0.26 |
| Hex | 3 | 81 | 5E | 62 | 0 | 1B | 31 | A3 | 5F | 1A |
| Octal | 3 | 201 | 136 | 142 | 0 | 33 | 61 | 243 | 137 | 32 |
| Binary | 11 | 10000001 | 1011110 | 1100010 | 0 | 11011 | 110001 | 10100011 | 1011111 | 11010 |
Color Harmonies of #03815E
Complementary color
Monochromatic Colors of #03815E
Black with #03815E
Text Example
Text Example
White with #03815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03815E; }
p { color: rgb(3,129,94); }
H1.HeaderClassName
{
color: #03815E;
}
.AnyTagClassName
{
color: #03815E;
}
</style>
background-color css
<style>
a { background-color: #03815E; }
a { background-color: rgb(3,129,94); }
div.DivClassName
{
background-color: #03815E;
}
.BgClassName
{
background-color: #03815E;
}
</style>
border-color css
<style>
span { border-color: #03815E; }
span { border-color: rgb(3,129,94); }
td.TdClassName
{
border-color: #03815E;
}
.TagClassName
{
border-color: #03815E;
}
</style>