#008260

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

Shades of Tropical Rain Forest #008260

Tints of Tropical Rain Forest #008260

Color information

#008260 (or 0x008260) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 82 and 60. RGB value is (0,130,96). Sum of RGB (Red+Green+Blue) = 0+130+96=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #008260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008260 is #FF7D9F. Grayscale: #575757. Windows color (decimal): -16743840 or 6324736. OLE color: 6324736.

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

Color convert

RGB013096-
CMYK100.260.49
HSL164.31º100%25.49%-
HSV(B)164.31º100%50.98%-
XYZ10.0916.8113.78-
YUV87.25132.9365.76-

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) = 57.52%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=0%
G=57.52%
B=42.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013096100.260.49164.3110025.49
Hex082606401A31a46419
Octal02021401440326124414431
Binary0100000101100000110010001101011000110100100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008260; }

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

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

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

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

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

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

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

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