#018261

Color #018261 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #018261

Tints of Tropical Rain Forest #018261

Color information

#018261 (or 0x018261) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 82 and 61. RGB value is (1,130,97). Sum of RGB (Red+Green+Blue) = 1+130+97=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #018261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018261 is #FE7D9E. Grayscale: #575757. Windows color (decimal): -16678303 or 6390273. OLE color: 6390273.

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

Color convert

RGB113097-
CMYK0.9900.250.49
HSL164.65º98.47%25.69%-
HSV(B)164.65º99.23%50.98%-
XYZ10.1516.8314.02-
YUV87.67133.2666.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 130 (51.17% from 255) = 57.02%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=0.44%
G=57.02%
B=42.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130970.9900.250.49164.6598.4725.69
Hex182616301931a5621a
Octal12021411430316124514232
Binary1100000101100001110001101100111000110100101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018261; }

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

 H1.HeaderClassName
 {
   color: #018261;
 }
 .AnyTagClassName
 {
   color: #018261;
 }
</style>
background-color css

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

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

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

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

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

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