#008358

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

Shades of Tropical Rain Forest #008358

Tints of Tropical Rain Forest #008358

Color information

#008358 (or 0x008358) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 83 and 58. RGB value is (0,131,88). Sum of RGB (Red+Green+Blue) = 0+131+88=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #008358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008358 is #FF7CA7. Grayscale: #565656. Windows color (decimal): -16743592 or 5800704. OLE color: 5800704.

HSL color Cylindrical-coordinate representation of color #008358: hue angle of 160.31º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008358 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB013188-
CMYK100.330.49
HSL160.31º100%25.69%-
HSV(B)160.31º100%51.37%-
XYZ9.8816.9411.98-
YUV86.93128.666-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 59.82%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=0%
G=59.82%
B=40.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013188100.330.49160.3110025.69
Hex083586402131a0641a
Octal02031301440416124014432
Binary01000001110110001100100010000111000110100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008358; }

 p { color: rgb(0,131,88); }

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

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

 a { background-color: rgb(0,131,88); }

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

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

 span { border-color: rgb(0,131,88); }

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