#02875B

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

Shades of Tropical Rain Forest #02875B

Tints of Tropical Rain Forest #02875B

Color information

#02875B (or 0x02875B) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 87 and 5B. RGB value is (2,135,91). Sum of RGB (Red+Green+Blue) = 2+135+91=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #02875B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02875B is #FD78A4. Grayscale: #5A5A5A. Windows color (decimal): -16611493 or 5998338. OLE color: 5998338.

HSL color Cylindrical-coordinate representation of color #02875B: hue angle of 160.15º 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 #02875B is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB213591-
CMYK0.9900.330.47
HSL160.15º97.08%26.86%-
HSV(B)160.15º98.52%52.94%-
XYZ10.5818.112.83-
YUV90.22128.4465.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 135 (53.12% from 255) = 59.21%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=0.88%
G=59.21%
B=39.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2135910.9900.330.47160.1597.0826.86
Hex2875B630212Fa0611b
Octal22071331430415724014133
Binary101000011110110111100011010000110111110100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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