#02845F

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

Shades of Tropical Rain Forest #02845F

Tints of Tropical Rain Forest #02845F

Color information

#02845F (or 0x02845F) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 84 and 5F. RGB value is (2,132,95). Sum of RGB (Red+Green+Blue) = 2+132+95=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #02845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02845F is #FD7BA0. Grayscale: #585858. Windows color (decimal): -16612257 or 6259714. OLE color: 6259714.

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

Color convert

RGB213295-
CMYK0.9800.280.48
HSL162.92º97.01%26.27%-
HSV(B)162.92º98.48%51.76%-
XYZ10.3417.3413.63-
YUV88.91131.4366.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 132 (51.95% from 255) = 57.64%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=0.87%
G=57.64%
B=41.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2132950.9800.280.48162.9297.0126.27
Hex2845F6201C30a3611a
Octal22041371420346024314132
Binary10100001001011111110001001110011000010100011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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