#01815B

Color #01815B Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #01815B

Tints of Tropical Rain Forest #01815B

Color information

#01815B (or 0x01815B) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 81 and 5B. RGB value is (1,129,91). Sum of RGB (Red+Green+Blue) = 1+129+91=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #01815B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01815B is #FE7EA4. Grayscale: #565656. Windows color (decimal): -16678565 or 5996801. OLE color: 5996801.

HSL color Cylindrical-coordinate representation of color #01815B: hue angle of 162.19º 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 #01815B is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB112991-
CMYK0.9900.290.49
HSL162.19º98.46%25.49%-
HSV(B)162.19º99.22%50.59%-
XYZ9.7516.4612.56-
YUV86.4130.5967.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 129 (50.78% from 255) = 58.37%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=0.45%
G=58.37%
B=41.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1129910.9900.290.49162.1998.4625.49
Hex1815B6301D31a26219
Octal12011331430356124214231
Binary1100000011011011110001101110111000110100010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01815B; }

 p { color: rgb(1,129,91); }

 H1.HeaderClassName
 {
   color: #01815B;
 }
 .AnyTagClassName
 {
   color: #01815B;
 }
</style>
background-color css

<style>
 a { background-color: #01815B; }

 a { background-color: rgb(1,129,91); }

 div.DivClassName
 {
   background-color: #01815B;
 }
 .BgClassName
 {
   background-color: #01815B;
 }
</style>
border-color css

<style>
 span { border-color: #01815B; }

 span { border-color: rgb(1,129,91); }

 td.TdClassName
 {
   border-color: #01815B;
 }
 .TagClassName
 {
   border-color: #01815B;
 }
</style>