#028265

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

Shades of Tropical Rain Forest #028265

Tints of Tropical Rain Forest #028265

Color information

#028265 (or 0x028265) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 82 and 65. RGB value is (2,130,101). Sum of RGB (Red+Green+Blue) = 2+130+101=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #028265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028265 is #FD7D9A. Grayscale: #585858. Windows color (decimal): -16612763 or 6652418. OLE color: 6652418.

HSL color Cylindrical-coordinate representation of color #028265: hue angle of 166.41º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028265 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB2130101-
CMYK0.9800.220.49
HSL166.41º96.97%25.88%-
HSV(B)166.41º98.46%50.98%-
XYZ10.3616.9215.03-
YUV88.42135.0966.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 101 (39.84% from 255) = 43.35%
R=0.86%
G=55.79%
B=43.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21301010.9800.220.49166.4196.9725.88
Hex282656201631a6611a
Octal22021451420266124614132
Binary10100000101100101110001001011011000110100110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028265; }

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

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

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

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

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

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

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

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