#018165

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

Shades of Tropical Rain Forest #018165

Tints of Tropical Rain Forest #018165

Color information

#018165 (or 0x018165) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 81 and 65. RGB value is (1,129,101). Sum of RGB (Red+Green+Blue) = 1+129+101=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #018165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018165 is #FE7E9A. Grayscale: #575757. Windows color (decimal): -16678555 or 6652161. OLE color: 6652161.

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

Color convert

RGB1129101-
CMYK0.9900.220.49
HSL166.88º98.46%25.49%-
HSV(B)166.88º99.22%50.59%-
XYZ10.2116.6514.99-
YUV87.54135.5966.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 129 (50.78% from 255) = 55.84%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=0.43%
G=55.84%
B=43.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11291010.9900.220.49166.8898.4625.49
Hex181656301631a76219
Octal12011451430266124714231
Binary1100000011100101110001101011011000110100111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018165; }

 p { color: rgb(1,129,101); }

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

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

 a { background-color: rgb(1,129,101); }

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

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

 span { border-color: rgb(1,129,101); }

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