#018254

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

Shades of Tropical Rain Forest #018254

Tints of Tropical Rain Forest #018254

Color information

#018254 (or 0x018254) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 82 and 54. RGB value is (1,130,84). Sum of RGB (Red+Green+Blue) = 1+130+84=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #018254 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018254 is #FE7DAB. Grayscale: #565656. Windows color (decimal): -16678316 or 5538305. OLE color: 5538305.

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

Color convert

RGB113084-
CMYK0.9900.350.49
HSL158.6º98.47%25.69%-
HSV(B)158.6º99.23%50.98%-
XYZ9.616.6111.09-
YUV86.18126.7667.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 130 (51.17% from 255) = 60.47%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=0.47%
G=60.47%
B=39.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130840.9900.350.49158.698.4725.69
Hex1825463023319f621a
Octal12021241430436123714232
Binary11000001010101001100011010001111000110011111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018254; }

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

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

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

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

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

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

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

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