#028255

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

Shades of Tropical Rain Forest #028255

Tints of Tropical Rain Forest #028255

Color information

#028255 (or 0x028255) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 82 and 55. RGB value is (2,130,85). Sum of RGB (Red+Green+Blue) = 2+130+85=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #028255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028255 is #FD7DAA. Grayscale: #565656. Windows color (decimal): -16612779 or 5603842. OLE color: 5603842.

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

Color convert

RGB213085-
CMYK0.9800.350.49
HSL158.91º96.97%25.88%-
HSV(B)158.91º98.46%50.98%-
XYZ9.6516.6311.3-
YUV86.6127.0967.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 130 (51.17% from 255) = 59.91%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=0.92%
G=59.91%
B=39.17%

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
Decimal2130850.9800.350.49158.9196.9725.88
Hex2825562023319f611a
Octal22021251420436123714132
Binary101000001010101011100010010001111000110011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028255; }

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

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

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

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

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

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

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

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