Html Css Color HEX #088258 Tropical Rain Forest

📋 copy color: '#088258'

red 8 ◦ green 130 ◦ blue 88

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

Shades of Tropical Rain Forest #088258

Tints of Tropical Rain Forest #088258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.94%

R = 3.54%
G = 57.52%
B = 38.94%

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

#088258 (or 0x088258) is known color: Tropical Rain Forest. HEX triplet: 08, 82 and 58. RGB value is (8,130,88). Sum of RGB (Red+Green+Blue) = 8+130+88=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #088258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088258 is #F77DA7. Grayscale: #585858. Windows color (decimal): -16219560 or 5800456. OLE color: 5800456.

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

Color convert

RGB 8 130 88 -
CMYK 0.94 0 0.32 0.49
HSL 159.34º 0.88% 0.27% -
HSV(B) 159.34º 0.94% 0.51% -
XYZ 9.84 16.72 11.94 -
YUV 88.73 127.58 70.42 -
System Red Green Blue C M Y K H S L
Decimal 8 130 88 0.94 0 0.32 0.49 159.34 0.88 0.27
Hex 8 82 58 5E 0 20 31 9F 58 1B
Octal 10 202 130 136 0 40 61 237 130 33
Binary 1000 10000010 1011000 1011110 0 100000 110001 10011111 1011000 11011

Color Harmonies of #088258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088258

Black with #088258

Text Example


Text Example

White with #088258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088258; }

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

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

background-color css

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

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

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

border-color css

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

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

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