#008256

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

Shades of Tropical Rain Forest #008256

Tints of Tropical Rain Forest #008256

Color information

#008256 (or 0x008256) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 82 and 56. RGB value is (0,130,86). Sum of RGB (Red+Green+Blue) = 0+130+86=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #008256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008256 is #FF7DA9. Grayscale: #565656. Windows color (decimal): -16743850 or 5669376. OLE color: 5669376.

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

Color convert

RGB013086-
CMYK100.340.49
HSL159.69º100%25.49%-
HSV(B)159.69º100%50.98%-
XYZ9.6616.6411.51-
YUV86.11127.9366.58-

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) = 60.19%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=0%
G=60.19%
B=39.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013086100.340.49159.6910025.49
Hex082566402231a06419
Octal02021261440426124014431
Binary01000001010101101100100010001011000110100000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008256; }

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

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

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

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

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

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

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

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