Html Css Color HEX #008458 Tropical Rain Forest

📋 copy color: '#008458'

red 0 ◦ green 132 ◦ blue 88

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

Shades of Tropical Rain Forest #008458

Tints of Tropical Rain Forest #008458

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 132 (51.95% from 255) = 60%

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

R = 0%
G = 60%
B = 40%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#008458 (or 0x008458) is known color: Tropical Rain Forest. HEX triplet: 00, 84 and 58. RGB value is (0,132,88). Sum of RGB (Red+Green+Blue) = 0+132+88=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 132 (51.95% from 255 or 60% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 132 - color contains mainly: green. Hex color #008458 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008458 is #FF7BA7. Grayscale: #575757. Windows color (decimal): -16743336 or 5800960. OLE color: 5800960.

HSL color Cylindrical-coordinate representation of color #008458: hue angle of 160º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008458 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 132 88 -
CMYK 1 0 0.33 0.48
HSL 160º 1% 0.26% -
HSV(B) 160º 1% 0.52% -
XYZ 10.01 17.21 12.03 -
YUV 87.52 128.27 65.58 -
System Red Green Blue C M Y K H S L
Decimal 0 132 88 1 0 0.33 0.48 160 1 0.26
Hex 0 84 58 64 0 21 30 A0 64 1A
Octal 0 204 130 144 0 41 60 240 144 32
Binary 0 10000100 1011000 1100100 0 100001 110000 10100000 1100100 11010

Color Harmonies of #008458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008458

Black with #008458

Text Example


Text Example

White with #008458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008458; }

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

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

background-color css

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

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

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

border-color css

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

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

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