Html Css Color HEX #018555 Tropical Rain Forest

📋 copy color: '#018555'

red 1 ◦ green 133 ◦ blue 85

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

Shades of Tropical Rain Forest #018555

Tints of Tropical Rain Forest #018555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.73%

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

R = 0.46%
G = 60.73%
B = 38.81%

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

#018555 (or 0x018555) is known color: Tropical Rain Forest. HEX triplet: 01, 85 and 55. RGB value is (1,133,85). Sum of RGB (Red+Green+Blue) = 1+133+85=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #018555 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018555 is #FE7AAA. Grayscale: #585858. Windows color (decimal): -16677547 or 5604609. OLE color: 5604609.

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

Color convert

RGB 1 133 85 -
CMYK 0.99 0 0.36 0.48
HSL 158.18º 0.99% 0.26% -
HSV(B) 158.18º 0.99% 0.52% -
XYZ 10.04 17.44 11.43 -
YUV 88.06 126.27 65.9 -
System Red Green Blue C M Y K H S L
Decimal 1 133 85 0.99 0 0.36 0.48 158.18 0.99 0.26
Hex 1 85 55 63 0 24 30 9E 63 1A
Octal 1 205 125 143 0 44 60 236 143 32
Binary 1 10000101 1010101 1100011 0 100100 110000 10011110 1100011 11010

Color Harmonies of #018555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018555

Black with #018555

Text Example


Text Example

White with #018555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018555; }

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

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

background-color css

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

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

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

border-color css

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

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

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