#00805E

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

Shades of Tropical Rain Forest #00805E

Tints of Tropical Rain Forest #00805E

Color information

#00805E (or 0x00805E) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 80 and 5E. RGB value is (0,128,94). Sum of RGB (Red+Green+Blue) = 0+128+94=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #00805E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00805E is #FF7FA1. Grayscale: #555555. Windows color (decimal): -16744354 or 6193152. OLE color: 6193152.

HSL color Cylindrical-coordinate representation of color #00805E: hue angle of 164.06º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00805E is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB012894-
CMYK100.270.50
HSL164.06º100%25.1%-
HSV(B)164.06º100%50.2%-
XYZ9.7416.2513.21-
YUV85.85132.5966.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 128 (50.39% from 255) = 57.66%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=0%
G=57.66%
B=42.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal012894100.270.50164.0610025.1
Hex0805E6401B32a46419
Octal02001361440336224414431
Binary0100000001011110110010001101111001010100100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,128,94); }

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

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

 a { background-color: rgb(0,128,94); }

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

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

 span { border-color: rgb(0,128,94); }

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