Html Css Color HEX #018455 Tropical Rain Forest

📋 copy color: '#018455'

red 1 ◦ green 132 ◦ blue 85

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

Shades of Tropical Rain Forest #018455

Tints of Tropical Rain Forest #018455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.99%

R = 0.46%
G = 60.55%
B = 38.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#018455 (or 0x018455) is known color: Tropical Rain Forest. HEX triplet: 01, 84 and 55. RGB value is (1,132,85). Sum of RGB (Red+Green+Blue) = 1+132+85=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #018455 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018455 is #FE7BAA. Grayscale: #575757. Windows color (decimal): -16677803 or 5604353. OLE color: 5604353.

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

Color convert

RGB 1 132 85 -
CMYK 0.99 0 0.36 0.48
HSL 158.47º 0.98% 0.26% -
HSV(B) 158.47º 0.99% 0.52% -
XYZ 9.9 17.16 11.39 -
YUV 87.47 126.6 66.32 -
System Red Green Blue C M Y K H S L
Decimal 1 132 85 0.99 0 0.36 0.48 158.47 0.98 0.26
Hex 1 84 55 63 0 24 30 9E 62 1A
Octal 1 204 125 143 0 44 60 236 142 32
Binary 1 10000100 1010101 1100011 0 100100 110000 10011110 1100010 11010

Color Harmonies of #018455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018455

Black with #018455

Text Example


Text Example

White with #018455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018455; }

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

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

background-color css

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

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

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

border-color css

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

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

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