Html Css Color HEX #018460 Tropical Rain Forest

📋 copy color: '#018460'

red 1 ◦ green 132 ◦ blue 96

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

Shades of Tropical Rain Forest #018460

Tints of Tropical Rain Forest #018460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.64%

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

R = 0.44%
G = 57.64%
B = 41.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#018460 (or 0x018460) is known color: Tropical Rain Forest. HEX triplet: 01, 84 and 60. RGB value is (1,132,96). Sum of RGB (Red+Green+Blue) = 1+132+96=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #018460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018460 is #FE7B9F. Grayscale: #585858. Windows color (decimal): -16677792 or 6325249. OLE color: 6325249.

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

Color convert

RGB 1 132 96 -
CMYK 0.99 0 0.27 0.48
HSL 163.51º 0.98% 0.26% -
HSV(B) 163.51º 0.99% 0.52% -
XYZ 10.38 17.35 13.87 -
YUV 88.73 132.1 65.43 -
System Red Green Blue C M Y K H S L
Decimal 1 132 96 0.99 0 0.27 0.48 163.51 0.98 0.26
Hex 1 84 60 63 0 1B 30 A4 62 1A
Octal 1 204 140 143 0 33 60 244 142 32
Binary 1 10000100 1100000 1100011 0 11011 110000 10100100 1100010 11010

Color Harmonies of #018460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018460

Black with #018460

Text Example


Text Example

White with #018460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018460; }

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

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

background-color css

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

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

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

border-color css

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

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

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