Html Css Color HEX #018360 Tropical Rain Forest

📋 copy color: '#018360'

red 1 ◦ green 131 ◦ blue 96

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

Shades of Tropical Rain Forest #018360

Tints of Tropical Rain Forest #018360

RGB

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

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

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

R = 0.44%
G = 57.46%
B = 42.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#018360 (or 0x018360) is known color: Tropical Rain Forest. HEX triplet: 01, 83 and 60. RGB value is (1,131,96). Sum of RGB (Red+Green+Blue) = 1+131+96=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #018360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018360 is #FE7C9F. Grayscale: #585858. Windows color (decimal): -16678048 or 6324993. OLE color: 6324993.

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

Color convert

RGB 1 131 96 -
CMYK 0.99 0 0.27 0.49
HSL 163.85º 0.98% 0.26% -
HSV(B) 163.85º 0.99% 0.51% -
XYZ 10.24 17.08 13.82 -
YUV 88.14 132.43 65.85 -
System Red Green Blue C M Y K H S L
Decimal 1 131 96 0.99 0 0.27 0.49 163.85 0.98 0.26
Hex 1 83 60 63 0 1B 31 A4 62 1A
Octal 1 203 140 143 0 33 61 244 142 32
Binary 1 10000011 1100000 1100011 0 11011 110001 10100100 1100010 11010

Color Harmonies of #018360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018360

Black with #018360

Text Example


Text Example

White with #018360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018360; }

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

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

background-color css

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

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

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

border-color css

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

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

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