Shades of Tropical Rain Forest #01875A
Tints of Tropical Rain Forest #01875A
RGB
CMYK
RGB Variations
Color information
#01875A (or 0x01875A) is known color: Tropical Rain Forest. HEX triplet: 01, 87 and 5A. RGB value is (1,135,90). Sum of RGB (Red+Green+Blue) = 1+135+90=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 135 (53.12% from 255 or 59.73% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 135 - color contains mainly: green. Hex color #01875A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01875A is #FE78A5. Grayscale: #595959. Windows color (decimal): -16677030 or 5932801. OLE color: 5932801.
HSL color Cylindrical-coordinate representation of color #01875A: hue angle of 159.85º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01875A is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 90 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.47 |
| HSL | 159.85º | 0.99% | 0.27% | - |
| HSV(B) | 159.85º | 0.99% | 0.53% | - |
| XYZ | 10.52 | 18.07 | 12.61 | - |
| YUV | 89.8 | 128.11 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 90 | 0.99 | 0 | 0.33 | 0.47 | 159.85 | 0.99 | 0.27 |
| Hex | 1 | 87 | 5A | 63 | 0 | 21 | 2F | A0 | 63 | 1B |
| Octal | 1 | 207 | 132 | 143 | 0 | 41 | 57 | 240 | 143 | 33 |
| Binary | 1 | 10000111 | 1011010 | 1100011 | 0 | 100001 | 101111 | 10100000 | 1100011 | 11011 |
Color Harmonies of #01875A
Complementary color
Monochromatic Colors of #01875A
Black with #01875A
Text Example
Text Example
White with #01875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01875A; }
p { color: rgb(1,135,90); }
H1.HeaderClassName
{
color: #01875A;
}
.AnyTagClassName
{
color: #01875A;
}
</style>
background-color css
<style>
a { background-color: #01875A; }
a { background-color: rgb(1,135,90); }
div.DivClassName
{
background-color: #01875A;
}
.BgClassName
{
background-color: #01875A;
}
</style>
border-color css
<style>
span { border-color: #01875A; }
span { border-color: rgb(1,135,90); }
td.TdClassName
{
border-color: #01875A;
}
.TagClassName
{
border-color: #01875A;
}
</style>