#008455

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

Shades of Tropical Rain Forest #008455

Tints of Tropical Rain Forest #008455

Color information

#008455 (or 0x008455) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 84 and 55. RGB value is (0,132,85). Sum of RGB (Red+Green+Blue) = 0+132+85=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #008455 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008455 is #FF7BAA. Grayscale: #575757. Windows color (decimal): -16743339 or 5604352. OLE color: 5604352.

HSL color Cylindrical-coordinate representation of color #008455: hue angle of 158.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008455 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB013285-
CMYK100.360.48
HSL158.64º100%25.88%-
HSV(B)158.64º100%51.76%-
XYZ9.8917.1611.38-
YUV87.17126.7765.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 60.83%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=0%
G=60.83%
B=39.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013285100.360.48158.6410025.88
Hex0845564024309f641a
Octal02041251440446023714432
Binary01000010010101011100100010010011000010011111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008455; }

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

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

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

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

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

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

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

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