#02855B

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

Shades of Tropical Rain Forest #02855B

Tints of Tropical Rain Forest #02855B

Color information

#02855B (or 0x02855B) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 85 and 5B. RGB value is (2,133,91). Sum of RGB (Red+Green+Blue) = 2+133+91=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #02855B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02855B is #FD7AA4. Grayscale: #595959. Windows color (decimal): -16612005 or 5997826. OLE color: 5997826.

HSL color Cylindrical-coordinate representation of color #02855B: hue angle of 160.76º 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 #02855B is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB213391-
CMYK0.9800.320.48
HSL160.76º97.04%26.47%-
HSV(B)160.76º98.5%52.16%-
XYZ10.317.5412.74-
YUV89.04129.165.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 133 (52.34% from 255) = 58.85%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=0.88%
G=58.85%
B=40.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2133910.9800.320.48160.7697.0426.47
Hex2855B6202030a1611a
Octal22051331420406024114132
Binary101000010110110111100010010000011000010100001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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