Html Css Color HEX #018361 Tropical Rain Forest

📋 copy color: '#018361'

red 1 ◦ green 131 ◦ blue 97

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

Shades of Tropical Rain Forest #018361

Tints of Tropical Rain Forest #018361

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

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

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

R = 0.44%
G = 57.21%
B = 42.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#018361 (or 0x018361) is known color: Tropical Rain Forest. HEX triplet: 01, 83 and 61. RGB value is (1,131,97). Sum of RGB (Red+Green+Blue) = 1+131+97=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #018361 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018361 is #FE7C9E. Grayscale: #585858. Windows color (decimal): -16678047 or 6390529. OLE color: 6390529.

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

Color convert

RGB 1 131 97 -
CMYK 0.99 0 0.26 0.49
HSL 164.31º 0.98% 0.26% -
HSV(B) 164.31º 0.99% 0.51% -
XYZ 10.29 17.1 14.07 -
YUV 88.25 132.93 65.76 -
System Red Green Blue C M Y K H S L
Decimal 1 131 97 0.99 0 0.26 0.49 164.31 0.98 0.26
Hex 1 83 61 63 0 1A 31 A4 62 1A
Octal 1 203 141 143 0 32 61 244 142 32
Binary 1 10000011 1100001 1100011 0 11010 110001 10100100 1100010 11010

Color Harmonies of #018361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018361

Black with #018361

Text Example


Text Example

White with #018361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018361; }

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

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

background-color css

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

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

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

border-color css

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

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

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