Shades of Tropical Rain Forest #01815A
Tints of Tropical Rain Forest #01815A
RGB
CMYK
RGB Variations
Color information
#01815A (or 0x01815A) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 5A. RGB value is (1,129,90). Sum of RGB (Red+Green+Blue) = 1+129+90=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #01815A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01815A is #FE7EA5. Grayscale: #565656. Windows color (decimal): -16678566 or 5931265. OLE color: 5931265.
HSL color Cylindrical-coordinate representation of color #01815A: hue angle of 161.72º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01815A is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 90 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.49 |
| HSL | 161.72º | 0.98% | 0.25% | - |
| HSV(B) | 161.72º | 0.99% | 0.51% | - |
| XYZ | 9.71 | 16.45 | 12.34 | - |
| YUV | 86.28 | 130.09 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 90 | 0.99 | 0 | 0.30 | 0.49 | 161.72 | 0.98 | 0.25 |
| Hex | 1 | 81 | 5A | 63 | 0 | 1E | 31 | A2 | 62 | 19 |
| Octal | 1 | 201 | 132 | 143 | 0 | 36 | 61 | 242 | 142 | 31 |
| Binary | 1 | 10000001 | 1011010 | 1100011 | 0 | 11110 | 110001 | 10100010 | 1100010 | 11001 |
Color Harmonies of #01815A
Complementary color
Monochromatic Colors of #01815A
Black with #01815A
Text Example
Text Example
White with #01815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01815A; }
p { color: rgb(1,129,90); }
H1.HeaderClassName
{
color: #01815A;
}
.AnyTagClassName
{
color: #01815A;
}
</style>
background-color css
<style>
a { background-color: #01815A; }
a { background-color: rgb(1,129,90); }
div.DivClassName
{
background-color: #01815A;
}
.BgClassName
{
background-color: #01815A;
}
</style>
border-color css
<style>
span { border-color: #01815A; }
span { border-color: rgb(1,129,90); }
td.TdClassName
{
border-color: #01815A;
}
.TagClassName
{
border-color: #01815A;
}
</style>