#08825A

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

Shades of Tropical Rain Forest #08825A

Tints of Tropical Rain Forest #08825A

Color information

#08825A (or 0x08825A) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 82 and 5A. RGB value is (8,130,90). Sum of RGB (Red+Green+Blue) = 8+130+90=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #08825A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08825A is #F77DA5. Grayscale: #595959. Windows color (decimal): -16219558 or 5931528. OLE color: 5931528.

HSL color Cylindrical-coordinate representation of color #08825A: hue angle of 160.33º 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 #08825A is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB813090-
CMYK0.9400.310.49
HSL160.33º88.41%27.06%-
HSV(B)160.33º93.85%50.98%-
XYZ9.9316.7612.38-
YUV88.96128.5870.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.51%
GREEN value IS 130 (51.17% from 255) = 57.02%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=3.51%
G=57.02%
B=39.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8130900.9400.310.49160.3388.4127.06
Hex8825A5E01F31a0581b
Octal102021321360376124013033
Binary1000100000101011010101111001111111000110100000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08825A; }

 p { color: rgb(8,130,90); }

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

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

 a { background-color: rgb(8,130,90); }

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

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

 span { border-color: rgb(8,130,90); }

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