#028155

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

Shades of Tropical Rain Forest #028155

Tints of Tropical Rain Forest #028155

Color information

#028155 (or 0x028155) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 81 and 55. RGB value is (2,129,85). Sum of RGB (Red+Green+Blue) = 2+129+85=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #028155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028155 is #FD7EAA. Grayscale: #565656. Windows color (decimal): -16613035 or 5603586. OLE color: 5603586.

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

Color convert

RGB212985-
CMYK0.9800.340.49
HSL159.21º96.95%25.69%-
HSV(B)159.21º98.45%50.59%-
XYZ9.5116.3711.25-
YUV86.01127.4268.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 129 (50.78% from 255) = 59.72%
BLUE value IS 85 (33.59% from 255) = 39.35%
R=0.93%
G=59.72%
B=39.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2129850.9800.340.49159.2196.9525.69
Hex2815562022319f611a
Octal22011251420426123714132
Binary101000000110101011100010010001011000110011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028155; }

 p { color: rgb(2,129,85); }

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

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

 a { background-color: rgb(2,129,85); }

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

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

 span { border-color: rgb(2,129,85); }

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