#008257

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

Shades of Tropical Rain Forest #008257

Tints of Tropical Rain Forest #008257

Color information

#008257 (or 0x008257) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 82 and 57. RGB value is (0,130,87). Sum of RGB (Red+Green+Blue) = 0+130+87=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #008257 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008257 is #FF7DA8. Grayscale: #565656. Windows color (decimal): -16743849 or 5734912. OLE color: 5734912.

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

Color convert

RGB013087-
CMYK100.330.49
HSL160.15º100%25.49%-
HSV(B)160.15º100%50.98%-
XYZ9.716.6511.72-
YUV86.23128.4366.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 59.91%
BLUE value IS 87 (34.38% from 255) = 40.09%
R=0%
G=59.91%
B=40.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013087100.330.49160.1510025.49
Hex082576402131a06419
Octal02021271440416124014431
Binary01000001010101111100100010000111000110100000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008257; }

 p { color: rgb(0,130,87); }

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

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

 a { background-color: rgb(0,130,87); }

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

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

 span { border-color: rgb(0,130,87); }

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