#02855E

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

Shades of Tropical Rain Forest #02855E

Tints of Tropical Rain Forest #02855E

Color information

#02855E (or 0x02855E) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 85 and 5E. RGB value is (2,133,94). Sum of RGB (Red+Green+Blue) = 2+133+94=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #02855E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02855E is #FD7AA1. Grayscale: #595959. Windows color (decimal): -16612002 or 6194434. OLE color: 6194434.

HSL color Cylindrical-coordinate representation of color #02855E: hue angle of 162.14º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02855E is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB213394-
CMYK0.9800.290.48
HSL162.14º97.04%26.47%-
HSV(B)162.14º98.5%52.16%-
XYZ10.4317.613.44-
YUV89.38130.665.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 133 (52.34% from 255) = 58.08%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=0.87%
G=58.08%
B=41.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2133940.9800.290.48162.1497.0426.47
Hex2855E6201D30a2611a
Octal22051361420356024214132
Binary10100001011011110110001001110111000010100010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02855E; }

 p { color: rgb(2,133,94); }

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

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

 a { background-color: rgb(2,133,94); }

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

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

 span { border-color: rgb(2,133,94); }

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