#028065

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

Shades of Tropical Rain Forest #028065

Tints of Tropical Rain Forest #028065

Color information

#028065 (or 0x028065) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 80 and 65. RGB value is (2,128,101). Sum of RGB (Red+Green+Blue) = 2+128+101=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #028065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028065 is #FD7F9A. Grayscale: #575757. Windows color (decimal): -16613275 or 6651906. OLE color: 6651906.

HSL color Cylindrical-coordinate representation of color #028065: hue angle of 167.14º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028065 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB2128101-
CMYK0.9800.210.50
HSL167.14º96.92%25.49%-
HSV(B)167.14º98.44%50.2%-
XYZ10.0916.3914.94-
YUV87.25135.7667.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 128 (50.39% from 255) = 55.41%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=0.87%
G=55.41%
B=43.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21281010.9800.210.50167.1496.9225.49
Hex280656201532a76119
Octal22001451420256224714131
Binary10100000001100101110001001010111001010100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028065; }

 p { color: rgb(2,128,101); }

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

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

 a { background-color: rgb(2,128,101); }

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

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

 span { border-color: rgb(2,128,101); }

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