#008058

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

Shades of Tropical Rain Forest #008058

Tints of Tropical Rain Forest #008058

Color information

#008058 (or 0x008058) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 80 and 58. RGB value is (0,128,88). Sum of RGB (Red+Green+Blue) = 0+128+88=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #008058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008058 is #FF7FA7. Grayscale: #555555. Windows color (decimal): -16744360 or 5799936. OLE color: 5799936.

HSL color Cylindrical-coordinate representation of color #008058: hue angle of 161.25º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008058 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB012888-
CMYK100.310.50
HSL161.25º100%25.1%-
HSV(B)161.25º100%50.2%-
XYZ9.4816.1411.85-
YUV85.17129.5967.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 128 (50.39% from 255) = 59.26%
BLUE value IS 88 (34.77% from 255) = 40.74%
R=0%
G=59.26%
B=40.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal012888100.310.50161.2510025.1
Hex080586401F32a16419
Octal02001301440376224114431
Binary0100000001011000110010001111111001010100001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008058; }

 p { color: rgb(0,128,88); }

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

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

 a { background-color: rgb(0,128,88); }

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

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

 span { border-color: rgb(0,128,88); }

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