#02845E

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

Shades of Tropical Rain Forest #02845E

Tints of Tropical Rain Forest #02845E

Color information

#02845E (or 0x02845E) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 84 and 5E. RGB value is (2,132,94). Sum of RGB (Red+Green+Blue) = 2+132+94=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #02845E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02845E is #FD7BA1. Grayscale: #585858. Windows color (decimal): -16612258 or 6194178. OLE color: 6194178.

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

Color convert

RGB213294-
CMYK0.9800.290.48
HSL162.46º97.01%26.27%-
HSV(B)162.46º98.48%51.76%-
XYZ10.317.3213.39-
YUV88.8130.9366.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 132 (51.95% from 255) = 57.89%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=0.88%
G=57.89%
B=41.23%

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
Decimal2132940.9800.290.48162.4697.0126.27
Hex2845E6201D30a2611a
Octal22041361420356024214132
Binary10100001001011110110001001110111000010100010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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