#008063

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

Shades of Tropical Rain Forest #008063

Tints of Tropical Rain Forest #008063

Color information

#008063 (or 0x008063) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 80 and 63. RGB value is (0,128,99). Sum of RGB (Red+Green+Blue) = 0+128+99=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #008063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008063 is #FF7F9C. Grayscale: #565656. Windows color (decimal): -16744349 or 6520832. OLE color: 6520832.

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

Color convert

RGB012899-
CMYK100.230.50
HSL166.41º100%25.1%-
HSV(B)166.41º100%50.2%-
XYZ9.9716.3414.43-
YUV86.42135.0966.36-

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) = 56.39%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=0%
G=56.39%
B=43.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal012899100.230.50166.4110025.1
Hex080636401732a66419
Octal02001431440276224614431
Binary0100000001100011110010001011111001010100110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008063; }

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

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

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

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

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

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

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

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