#008365

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

Shades of Tropical Rain Forest #008365

Tints of Tropical Rain Forest #008365

Color information

#008365 (or 0x008365) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 83 and 65. RGB value is (0,131,101). Sum of RGB (Red+Green+Blue) = 0+131+101=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #008365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008365 is #FF7C9A. Grayscale: #585858. Windows color (decimal): -16743579 or 6652672. OLE color: 6652672.

HSL color Cylindrical-coordinate representation of color #008365: hue angle of 166.26º 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 #008365 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB0131101-
CMYK100.230.49
HSL166.26º100%25.69%-
HSV(B)166.26º100%51.37%-
XYZ10.4717.1715.07-
YUV88.41135.164.94-

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) = 56.47%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=0%
G=56.47%
B=43.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0131101100.230.49166.2610025.69
Hex083656401731a6641a
Octal02031451440276124614432
Binary0100000111100101110010001011111000110100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008365; }

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

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

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

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

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

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

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

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