#008265

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

Shades of Tropical Rain Forest #008265

Tints of Tropical Rain Forest #008265

Color information

#008265 (or 0x008265) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 82 and 65. RGB value is (0,130,101). Sum of RGB (Red+Green+Blue) = 0+130+101=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #008265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008265 is #FF7D9A. Grayscale: #575757. Windows color (decimal): -16743835 or 6652416. OLE color: 6652416.

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

Color convert

RGB0130101-
CMYK100.220.49
HSL166.62º100%25.49%-
HSV(B)166.62º100%50.98%-
XYZ10.3316.915.03-
YUV87.82135.4365.36-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0130101100.220.49166.6210025.49
Hex082656401631a76419
Octal02021451440266124714431
Binary0100000101100101110010001011011000110100111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008265; }

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

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

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

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

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

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

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

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