Html Css Color HEX #008260 Tropical Rain Forest

📋 copy color: '#008260'

red 0 ◦ green 130 ◦ blue 96

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

Shades of Tropical Rain Forest #008260

Tints of Tropical Rain Forest #008260

RGB

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

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

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

R = 0%
G = 57.52%
B = 42.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#008260 (or 0x008260) is known color: Tropical Rain Forest. HEX triplet: 00, 82 and 60. RGB value is (0,130,96). Sum of RGB (Red+Green+Blue) = 0+130+96=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #008260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008260 is #FF7D9F. Grayscale: #575757. Windows color (decimal): -16743840 or 6324736. OLE color: 6324736.

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

Color convert

RGB 0 130 96 -
CMYK 1 0 0.26 0.49
HSL 164.31º 1% 0.25% -
HSV(B) 164.31º 1% 0.51% -
XYZ 10.09 16.81 13.78 -
YUV 87.25 132.93 65.76 -
System Red Green Blue C M Y K H S L
Decimal 0 130 96 1 0 0.26 0.49 164.31 1 0.25
Hex 0 82 60 64 0 1A 31 A4 64 19
Octal 0 202 140 144 0 32 61 244 144 31
Binary 0 10000010 1100000 1100100 0 11010 110001 10100100 1100100 11001

Color Harmonies of #008260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008260

Black with #008260

Text Example


Text Example

White with #008260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008260; }

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

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

background-color css

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

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

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

border-color css

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

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

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