Html Css Color HEX #008261 Tropical Rain Forest

📋 copy color: '#008261'

red 0 ◦ green 130 ◦ blue 97

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

Shades of Tropical Rain Forest #008261

Tints of Tropical Rain Forest #008261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 0%
G = 57.27%
B = 42.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#008261 (or 0x008261) is known color: Tropical Rain Forest. HEX triplet: 00, 82 and 61. RGB value is (0,130,97). Sum of RGB (Red+Green+Blue) = 0+130+97=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #008261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008261 is #FF7D9E. Grayscale: #575757. Windows color (decimal): -16743839 or 6390272. OLE color: 6390272.

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

Color convert

RGB 0 130 97 -
CMYK 1 0 0.25 0.49
HSL 164.77º 1% 0.25% -
HSV(B) 164.77º 1% 0.51% -
XYZ 10.14 16.83 14.02 -
YUV 87.37 133.43 65.68 -
System Red Green Blue C M Y K H S L
Decimal 0 130 97 1 0 0.25 0.49 164.77 1 0.25
Hex 0 82 61 64 0 19 31 A5 64 19
Octal 0 202 141 144 0 31 61 245 144 31
Binary 0 10000010 1100001 1100100 0 11001 110001 10100101 1100100 11001

Color Harmonies of #008261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008261

Black with #008261

Text Example


Text Example

White with #008261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008261; }

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

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

background-color css

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

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

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

border-color css

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

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

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