#00845D

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

Shades of Tropical Rain Forest #00845D

Tints of Tropical Rain Forest #00845D

Color information

#00845D (or 0x00845D) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 84 and 5D. RGB value is (0,132,93). Sum of RGB (Red+Green+Blue) = 0+132+93=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #00845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00845D is #FF7BA2. Grayscale: #585858. Windows color (decimal): -16743331 or 6128640. OLE color: 6128640.

HSL color Cylindrical-coordinate representation of color #00845D: hue angle of 162.27º 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 #00845D is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB013293-
CMYK100.300.48
HSL162.27º100%25.88%-
HSV(B)162.27º100%51.76%-
XYZ10.2317.2913.15-
YUV88.09130.7765.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=0%
G=58.67%
B=41.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013293100.300.48162.2710025.88
Hex0845D6401E30a2641a
Octal02041351440366024214432
Binary0100001001011101110010001111011000010100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00845D; }

 p { color: rgb(0,132,93); }

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

<style>
 a { background-color: #00845D; }

 a { background-color: rgb(0,132,93); }

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

<style>
 span { border-color: #00845D; }

 span { border-color: rgb(0,132,93); }

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