Html Css Color HEX #008360 Tropical Rain Forest

📋 copy color: '#008360'

red 0 ◦ green 131 ◦ blue 96

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

Shades of Tropical Rain Forest #008360

Tints of Tropical Rain Forest #008360

RGB

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

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

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

R = 0%
G = 57.71%
B = 42.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#008360 (or 0x008360) is known color: Tropical Rain Forest. HEX triplet: 00, 83 and 60. RGB value is (0,131,96). Sum of RGB (Red+Green+Blue) = 0+131+96=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #008360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008360 is #FF7C9F. Grayscale: #575757. Windows color (decimal): -16743584 or 6324992. OLE color: 6324992.

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

Color convert

RGB 0 131 96 -
CMYK 1 0 0.27 0.49
HSL 163.97º 1% 0.26% -
HSV(B) 163.97º 1% 0.51% -
XYZ 10.23 17.08 13.82 -
YUV 87.84 132.6 65.35 -
System Red Green Blue C M Y K H S L
Decimal 0 131 96 1 0 0.27 0.49 163.97 1 0.26
Hex 0 83 60 64 0 1B 31 A4 64 1A
Octal 0 203 140 144 0 33 61 244 144 32
Binary 0 10000011 1100000 1100100 0 11011 110001 10100100 1100100 11010

Color Harmonies of #008360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008360

Black with #008360

Text Example


Text Example

White with #008360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008360; }

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

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

background-color css

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

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

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

border-color css

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

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

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