Html Css Color HEX #088259 Tropical Rain Forest

📋 copy color: '#088259'

red 8 ◦ green 130 ◦ blue 89

#088259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #088259

Tints of Tropical Rain Forest #088259

RGB

 RED value IS 8 (3.52% from 255) = 3.52%

 GREEN value IS 130 (51.17% from 255) = 57.27%

 BLUE value IS 89 (35.16% from 255) = 39.21%

R = 3.52%
G = 57.27%
B = 39.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#088259 (or 0x088259) is known color: Tropical Rain Forest. HEX triplet: 08, 82 and 59. RGB value is (8,130,89). Sum of RGB (Red+Green+Blue) = 8+130+89=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #088259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088259 is #F77DA6. Grayscale: #585858. Windows color (decimal): -16219559 or 5865992. OLE color: 5865992.

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

Color convert

RGB 8 130 89 -
CMYK 0.94 0 0.32 0.49
HSL 159.84º 0.88% 0.27% -
HSV(B) 159.84º 0.94% 0.51% -
XYZ 9.89 16.74 12.16 -
YUV 88.85 128.08 70.33 -
System Red Green Blue C M Y K H S L
Decimal 8 130 89 0.94 0 0.32 0.49 159.84 0.88 0.27
Hex 8 82 59 5E 0 20 31 A0 58 1B
Octal 10 202 131 136 0 40 61 240 130 33
Binary 1000 10000010 1011001 1011110 0 100000 110001 10100000 1011000 11011

Color Harmonies of #088259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088259

Black with #088259

Text Example


Text Example

White with #088259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088259; }

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

 H1.HeaderClassName
 {
   color: #088259;
 }
 .AnyTagClassName
 {
   color: #088259;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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