Html Css Color HEX #008460 Tropical Rain Forest

📋 copy color: '#008460'

red 0 ◦ green 132 ◦ blue 96

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

Shades of Tropical Rain Forest #008460

Tints of Tropical Rain Forest #008460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 0%
G = 57.89%
B = 42.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#008460 (or 0x008460) is known color: Tropical Rain Forest. HEX triplet: 00, 84 and 60. RGB value is (0,132,96). Sum of RGB (Red+Green+Blue) = 0+132+96=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #008460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008460 is #FF7B9F. Grayscale: #585858. Windows color (decimal): -16743328 or 6325248. OLE color: 6325248.

HSL color Cylindrical-coordinate representation of color #008460: hue angle of 163.64º 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 #008460 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 132 96 -
CMYK 1 0 0.27 0.48
HSL 163.64º 1% 0.26% -
HSV(B) 163.64º 1% 0.52% -
XYZ 10.36 17.35 13.87 -
YUV 88.43 132.27 64.93 -
System Red Green Blue C M Y K H S L
Decimal 0 132 96 1 0 0.27 0.48 163.64 1 0.26
Hex 0 84 60 64 0 1B 30 A4 64 1A
Octal 0 204 140 144 0 33 60 244 144 32
Binary 0 10000100 1100000 1100100 0 11011 110000 10100100 1100100 11010

Color Harmonies of #008460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008460

Black with #008460

Text Example


Text Example

White with #008460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008460; }

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

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

background-color css

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

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

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

border-color css

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

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

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