Html Css Color HEX #018458 Tropical Rain Forest

📋 copy color: '#018458'

red 1 ◦ green 132 ◦ blue 88

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

Shades of Tropical Rain Forest #018458

Tints of Tropical Rain Forest #018458

RGB

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

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

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

R = 0.45%
G = 59.73%
B = 39.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#018458 (or 0x018458) is known color: Tropical Rain Forest. HEX triplet: 01, 84 and 58. RGB value is (1,132,88). Sum of RGB (Red+Green+Blue) = 1+132+88=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #018458 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018458 is #FE7BA7. Grayscale: #575757. Windows color (decimal): -16677800 or 5800961. OLE color: 5800961.

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

Color convert

RGB 1 132 88 -
CMYK 0.99 0 0.33 0.48
HSL 159.85º 0.98% 0.26% -
HSV(B) 159.85º 0.99% 0.52% -
XYZ 10.03 17.21 12.03 -
YUV 87.82 128.1 66.08 -
System Red Green Blue C M Y K H S L
Decimal 1 132 88 0.99 0 0.33 0.48 159.85 0.98 0.26
Hex 1 84 58 63 0 21 30 A0 62 1A
Octal 1 204 130 143 0 41 60 240 142 32
Binary 1 10000100 1011000 1100011 0 100001 110000 10100000 1100010 11010

Color Harmonies of #018458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018458

Black with #018458

Text Example


Text Example

White with #018458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018458; }

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

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

background-color css

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

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

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

border-color css

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

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

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