#018262

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

Shades of Tropical Rain Forest #018262

Tints of Tropical Rain Forest #018262

Color information

#018262 (or 0x018262) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 82 and 62. RGB value is (1,130,98). Sum of RGB (Red+Green+Blue) = 1+130+98=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #018262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018262 is #FE7D9D. Grayscale: #575757. Windows color (decimal): -16678302 or 6455809. OLE color: 6455809.

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

Color convert

RGB113098-
CMYK0.9900.250.49
HSL165.12º98.47%25.69%-
HSV(B)165.12º99.23%50.98%-
XYZ10.216.8514.27-
YUV87.78133.7666.1-

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) = 56.77%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=0.44%
G=56.77%
B=42.79%

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
Decimal1130980.9900.250.49165.1298.4725.69
Hex182626301931a5621a
Octal12021421430316124514232
Binary1100000101100010110001101100111000110100101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018262; }

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

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

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

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

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

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

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

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