#008263

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

Shades of Tropical Rain Forest #008263

Tints of Tropical Rain Forest #008263

Color information

#008263 (or 0x008263) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 82 and 63. RGB value is (0,130,99). Sum of RGB (Red+Green+Blue) = 0+130+99=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #008263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008263 is #FF7D9C. Grayscale: #575757. Windows color (decimal): -16743837 or 6521344. OLE color: 6521344.

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

Color convert

RGB013099-
CMYK100.240.49
HSL165.69º100%25.49%-
HSV(B)165.69º100%50.98%-
XYZ10.2316.8714.52-
YUV87.6134.4365.52-

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.77%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=0%
G=56.77%
B=43.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013099100.240.49165.6910025.49
Hex082636401831a66419
Octal02021431440306124614431
Binary0100000101100011110010001100011000110100110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008263; }

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

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

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

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

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

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

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

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