Html Css Color HEX #018558 Tropical Rain Forest

📋 copy color: '#018558'

red 1 ◦ green 133 ◦ blue 88

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

Shades of Tropical Rain Forest #018558

Tints of Tropical Rain Forest #018558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.64%

R = 0.45%
G = 59.91%
B = 39.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#018558 (or 0x018558) is known color: Tropical Rain Forest. HEX triplet: 01, 85 and 58. RGB value is (1,133,88). Sum of RGB (Red+Green+Blue) = 1+133+88=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #018558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018558 is #FE7AA7. Grayscale: #585858. Windows color (decimal): -16677544 or 5801217. OLE color: 5801217.

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

Color convert

RGB 1 133 88 -
CMYK 0.99 0 0.34 0.48
HSL 159.55º 0.99% 0.26% -
HSV(B) 159.55º 0.99% 0.52% -
XYZ 10.16 17.49 12.07 -
YUV 88.4 127.77 65.66 -
System Red Green Blue C M Y K H S L
Decimal 1 133 88 0.99 0 0.34 0.48 159.55 0.99 0.26
Hex 1 85 58 63 0 22 30 A0 63 1A
Octal 1 205 130 143 0 42 60 240 143 32
Binary 1 10000101 1011000 1100011 0 100010 110000 10100000 1100011 11010

Color Harmonies of #018558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018558

Black with #018558

Text Example


Text Example

White with #018558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018558; }

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

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

background-color css

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

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

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

border-color css

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

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

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