#08815E

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

Shades of Tropical Rain Forest #08815E

Tints of Tropical Rain Forest #08815E

Color information

#08815E (or 0x08815E) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 81 and 5E. RGB value is (8,129,94). Sum of RGB (Red+Green+Blue) = 8+129+94=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #08815E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08815E is #F77EA1. Grayscale: #585858. Windows color (decimal): -16219810 or 6193416. OLE color: 6193416.

HSL color Cylindrical-coordinate representation of color #08815E: hue angle of 162.64º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08815E is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB812994-
CMYK0.9400.270.49
HSL162.64º88.32%26.86%-
HSV(B)162.64º93.8%50.59%-
XYZ9.9716.5613.26-
YUV88.83130.9170.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.46%
GREEN value IS 129 (50.78% from 255) = 55.84%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=3.46%
G=55.84%
B=40.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8129940.9400.270.49162.6488.3226.86
Hex8815E5E01B31a3581b
Octal102011361360336124313033
Binary1000100000011011110101111001101111000110100011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08815E; }

 p { color: rgb(8,129,94); }

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

<style>
 a { background-color: #08815E; }

 a { background-color: rgb(8,129,94); }

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

<style>
 span { border-color: #08815E; }

 span { border-color: rgb(8,129,94); }

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