Html Css Color HEX #008361 Tropical Rain Forest

📋 copy color: '#008361'

red 0 ◦ green 131 ◦ blue 97

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

Shades of Tropical Rain Forest #008361

Tints of Tropical Rain Forest #008361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.46%

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

R = 0%
G = 57.46%
B = 42.54%

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

#008361 (or 0x008361) is known color: Tropical Rain Forest. HEX triplet: 00, 83 and 61. RGB value is (0,131,97). Sum of RGB (Red+Green+Blue) = 0+131+97=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #008361 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008361 is #FF7C9E. Grayscale: #575757. Windows color (decimal): -16743583 or 6390528. OLE color: 6390528.

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

Color convert

RGB 0 131 97 -
CMYK 1 0 0.26 0.49
HSL 164.43º 1% 0.26% -
HSV(B) 164.43º 1% 0.51% -
XYZ 10.27 17.1 14.07 -
YUV 87.96 133.1 65.26 -
System Red Green Blue C M Y K H S L
Decimal 0 131 97 1 0 0.26 0.49 164.43 1 0.26
Hex 0 83 61 64 0 1A 31 A4 64 1A
Octal 0 203 141 144 0 32 61 244 144 32
Binary 0 10000011 1100001 1100100 0 11010 110001 10100100 1100100 11010

Color Harmonies of #008361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008361

Black with #008361

Text Example


Text Example

White with #008361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008361; }

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

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

background-color css

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

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

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

border-color css

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

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

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