#088158

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

Shades of Tropical Rain Forest #088158

Tints of Tropical Rain Forest #088158

Color information

#088158 (or 0x088158) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 81 and 58. RGB value is (8,129,88). Sum of RGB (Red+Green+Blue) = 8+129+88=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #088158 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088158 is #F77EA7. Grayscale: #585858. Windows color (decimal): -16219816 or 5800200. OLE color: 5800200.

HSL color Cylindrical-coordinate representation of color #088158: hue angle of 159.67º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088158 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB812988-
CMYK0.9400.320.49
HSL159.67º88.32%26.86%-
HSV(B)159.67º93.8%50.59%-
XYZ9.7116.4611.9-
YUV88.15127.9170.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 129 (50.78% from 255) = 57.33%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=3.56%
G=57.33%
B=39.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8129880.9400.320.49159.6788.3226.86
Hex881585E02031a0581b
Octal102011301360406124013033
Binary10001000000110110001011110010000011000110100000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088158; }

 p { color: rgb(8,129,88); }

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

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

 a { background-color: rgb(8,129,88); }

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

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

 span { border-color: rgb(8,129,88); }

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