Html Css Color HEX #018259 Tropical Rain Forest

📋 copy color: '#018259'

red 1 ◦ green 130 ◦ blue 89

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

Shades of Tropical Rain Forest #018259

Tints of Tropical Rain Forest #018259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.09%

 BLUE value IS 89 (35.16% from 255) = 40.45%

R = 0.45%
G = 59.09%
B = 40.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#018259 (or 0x018259) is known color: Tropical Rain Forest. HEX triplet: 01, 82 and 59. RGB value is (1,130,89). Sum of RGB (Red+Green+Blue) = 1+130+89=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #018259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018259 is #FE7DA6. Grayscale: #565656. Windows color (decimal): -16678311 or 5865985. OLE color: 5865985.

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

Color convert

RGB 1 130 89 -
CMYK 0.99 0 0.32 0.49
HSL 160.93º 0.98% 0.26% -
HSV(B) 160.93º 0.99% 0.51% -
XYZ 9.8 16.69 12.16 -
YUV 86.76 129.26 66.83 -
System Red Green Blue C M Y K H S L
Decimal 1 130 89 0.99 0 0.32 0.49 160.93 0.98 0.26
Hex 1 82 59 63 0 20 31 A1 62 1A
Octal 1 202 131 143 0 40 61 241 142 32
Binary 1 10000010 1011001 1100011 0 100000 110001 10100001 1100010 11010

Color Harmonies of #018259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018259

Black with #018259

Text Example


Text Example

White with #018259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018259; }

 p { color: rgb(1,130,89); }

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

background-color css

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

 a { background-color: rgb(1,130,89); }

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

border-color css

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

 span { border-color: rgb(1,130,89); }

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