#08815A

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

Shades of Tropical Rain Forest #08815A

Tints of Tropical Rain Forest #08815A

Color information

#08815A (or 0x08815A) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 81 and 5A. RGB value is (8,129,90). Sum of RGB (Red+Green+Blue) = 8+129+90=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #08815A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08815A is #F77EA5. Grayscale: #585858. Windows color (decimal): -16219814 or 5931272. OLE color: 5931272.

HSL color Cylindrical-coordinate representation of color #08815A: hue angle of 160.66º 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 #08815A is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB812990-
CMYK0.9400.300.49
HSL160.66º88.32%26.86%-
HSV(B)160.66º93.8%50.59%-
XYZ9.816.4912.34-
YUV88.38128.9170.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 129 (50.78% from 255) = 56.83%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=3.52%
G=56.83%
B=39.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8129900.9400.300.49160.6688.3226.86
Hex8815A5E01E31a1581b
Octal102011321360366124113033
Binary1000100000011011010101111001111011000110100001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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