#008261

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

Shades of Tropical Rain Forest #008261

Tints of Tropical Rain Forest #008261

Color information

#008261 (or 0x008261) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 82 and 61. RGB value is (0,130,97). Sum of RGB (Red+Green+Blue) = 0+130+97=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #008261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008261 is #FF7D9E. Grayscale: #575757. Windows color (decimal): -16743839 or 6390272. OLE color: 6390272.

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

Color convert

RGB013097-
CMYK100.250.49
HSL164.77º100%25.49%-
HSV(B)164.77º100%50.98%-
XYZ10.1416.8314.02-
YUV87.37133.4365.68-

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.27%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=0%
G=57.27%
B=42.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013097100.250.49164.7710025.49
Hex082616401931a56419
Octal02021411440316124514431
Binary0100000101100001110010001100111000110100101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008261; }

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

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

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

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

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

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

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

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