#01885B

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

Shades of Tropical Rain Forest #01885B

Tints of Tropical Rain Forest #01885B

Color information

#01885B (or 0x01885B) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 88 and 5B. RGB value is (1,136,91). Sum of RGB (Red+Green+Blue) = 1+136+91=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #01885B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01885B is #FE77A4. Grayscale: #5A5A5A. Windows color (decimal): -16676773 or 5998593. OLE color: 5998593.

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

Color convert

RGB113691-
CMYK0.9900.330.47
HSL160º98.54%26.86%-
HSV(B)160º99.26%53.33%-
XYZ10.7118.3712.88-
YUV90.5128.2764.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 136 (53.52% from 255) = 59.65%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=0.44%
G=59.65%
B=39.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1136910.9900.330.4716098.5426.86
Hex1885B630212Fa0631b
Octal12101331430415724014333
Binary11000100010110111100011010000110111110100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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