#02875E

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

Shades of Tropical Rain Forest #02875E

Tints of Tropical Rain Forest #02875E

Color information

#02875E (or 0x02875E) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 87 and 5E. RGB value is (2,135,94). Sum of RGB (Red+Green+Blue) = 2+135+94=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #02875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02875E is #FD78A1. Grayscale: #5A5A5A. Windows color (decimal): -16611490 or 6194946. OLE color: 6194946.

HSL color Cylindrical-coordinate representation of color #02875E: hue angle of 161.5º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02875E is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB213594-
CMYK0.9900.300.47
HSL161.5º97.08%26.86%-
HSV(B)161.5º98.52%52.94%-
XYZ10.7118.1513.53-
YUV90.56129.9464.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 135 (53.12% from 255) = 58.44%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=0.87%
G=58.44%
B=40.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2135940.9900.300.47161.597.0826.86
Hex2875E6301E2Fa2611b
Octal22071361430365724214133
Binary10100001111011110110001101111010111110100010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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