#00855E

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

Shades of Tropical Rain Forest #00855E

Tints of Tropical Rain Forest #00855E

Color information

#00855E (or 0x00855E) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 85 and 5E. RGB value is (0,133,94). Sum of RGB (Red+Green+Blue) = 0+133+94=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #00855E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00855E is #FF7AA1. Grayscale: #585858. Windows color (decimal): -16743074 or 6194432. OLE color: 6194432.

HSL color Cylindrical-coordinate representation of color #00855E: hue angle of 162.41º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00855E is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB013394-
CMYK100.290.48
HSL162.41º100%26.08%-
HSV(B)162.41º100%52.16%-
XYZ10.4117.5813.44-
YUV88.79130.9464.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 58.59%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=0%
G=58.59%
B=41.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013394100.290.48162.4110026.08
Hex0855E6401D30a2641a
Octal02051361440356024214432
Binary0100001011011110110010001110111000010100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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