#008255

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

Shades of Tropical Rain Forest #008255

Tints of Tropical Rain Forest #008255

Color information

#008255 (or 0x008255) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 82 and 55. RGB value is (0,130,85). Sum of RGB (Red+Green+Blue) = 0+130+85=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #008255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008255 is #FF7DAA. Grayscale: #565656. Windows color (decimal): -16743851 or 5603840. OLE color: 5603840.

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

Color convert

RGB013085-
CMYK100.350.49
HSL159.23º100%25.49%-
HSV(B)159.23º100%50.98%-
XYZ9.6216.6211.3-
YUV86127.4366.66-

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.47%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=0%
G=60.47%
B=39.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013085100.350.49159.2310025.49
Hex0825564023319f6419
Octal02021251440436123714431
Binary01000001010101011100100010001111000110011111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008255; }

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

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

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

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

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

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

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

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