#01815F

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

Shades of Tropical Rain Forest #01815F

Tints of Tropical Rain Forest #01815F

Color information

#01815F (or 0x01815F) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 81 and 5F. RGB value is (1,129,95). Sum of RGB (Red+Green+Blue) = 1+129+95=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #01815F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01815F is #FE7EA0. Grayscale: #565656. Windows color (decimal): -16678561 or 6258945. OLE color: 6258945.

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

Color convert

RGB112995-
CMYK0.9900.260.49
HSL164.06º98.46%25.49%-
HSV(B)164.06º99.22%50.59%-
XYZ9.9316.5313.49-
YUV86.85132.5966.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 129 (50.78% from 255) = 57.33%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=0.44%
G=57.33%
B=42.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1129950.9900.260.49164.0698.4625.49
Hex1815F6301A31a46219
Octal12011371430326124414231
Binary1100000011011111110001101101011000110100100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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