#028355

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

Shades of Tropical Rain Forest #028355

Tints of Tropical Rain Forest #028355

Color information

#028355 (or 0x028355) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 83 and 55. RGB value is (2,131,85). Sum of RGB (Red+Green+Blue) = 2+131+85=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 131 (51.56% from 255 or 60.09% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 131 - color contains mainly: green. Hex color #028355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028355 is #FD7CAA. Grayscale: #575757. Windows color (decimal): -16612523 or 5604098. OLE color: 5604098.

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

Color convert

RGB213185-
CMYK0.9800.350.49
HSL158.6º96.99%26.08%-
HSV(B)158.6º98.47%51.37%-
XYZ9.7816.911.34-
YUV87.18126.7667.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 131 (51.56% from 255) = 60.09%
BLUE value IS 85 (33.59% from 255) = 38.99%
R=0.92%
G=60.09%
B=38.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2131850.9800.350.49158.696.9926.08
Hex2835562023319f611a
Octal22031251420436123714132
Binary101000001110101011100010010001111000110011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028355; }

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

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

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

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

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

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

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

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