#008262

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

Shades of Tropical Rain Forest #008262

Tints of Tropical Rain Forest #008262

Color information

#008262 (or 0x008262) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 82 and 62. RGB value is (0,130,98). Sum of RGB (Red+Green+Blue) = 0+130+98=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #008262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008262 is #FF7D9D. Grayscale: #575757. Windows color (decimal): -16743838 or 6455808. OLE color: 6455808.

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

Color convert

RGB013098-
CMYK100.250.49
HSL165.23º100%25.49%-
HSV(B)165.23º100%50.98%-
XYZ10.1916.8514.27-
YUV87.48133.9365.6-

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.02%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=0%
G=57.02%
B=42.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013098100.250.49165.2310025.49
Hex082626401931a56419
Octal02021421440316124514431
Binary0100000101100010110010001100111000110100101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008262; }

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

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

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

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

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

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

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

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