#027860

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

Shades of Tropical Rain Forest #027860

Tints of Tropical Rain Forest #027860

Color information

#027860 (or 0x027860) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 78 and 60. RGB value is (2,120,96). Sum of RGB (Red+Green+Blue) = 2+120+96=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #027860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027860 is #FD879F. Grayscale: #515151. Windows color (decimal): -16615328 or 6322178. OLE color: 6322178.

HSL color Cylindrical-coordinate representation of color #027860: hue angle of 167.8º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027860 is Cyan = 0.98, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB212096-
CMYK0.9800.20.53
HSL167.8º96.72%23.92%-
HSV(B)167.8º98.33%47.06%-
XYZ8.8514.2913.36-
YUV81.98135.9170.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=0.92%
G=55.05%
B=44.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2120960.9800.20.53167.896.7223.92
Hex278606201435a86118
Octal21701401420246525014130
Binary1011110001100000110001001010011010110101000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027860; }

 p { color: rgb(2,120,96); }

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

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

 a { background-color: rgb(2,120,96); }

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

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

 span { border-color: rgb(2,120,96); }

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