#027964

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

Shades of Tropical Rain Forest #027964

Tints of Tropical Rain Forest #027964

Color information

#027964 (or 0x027964) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 79 and 64. RGB value is (2,121,100). Sum of RGB (Red+Green+Blue) = 2+121+100=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #027964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027964 is #FD869B. Grayscale: #525252. Windows color (decimal): -16615068 or 6584578. OLE color: 6584578.

HSL color Cylindrical-coordinate representation of color #027964: hue angle of 169.41º 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 #027964 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB2121100-
CMYK0.9800.170.53
HSL169.41º96.75%24.12%-
HSV(B)169.41º98.35%47.45%-
XYZ9.1614.6114.39-
YUV83.02137.5870.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 121 (47.66% from 255) = 54.26%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=0.90%
G=54.26%
B=44.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21211000.9800.170.53169.4196.7524.12
Hex279646201135a96118
Octal21711441420216525114130
Binary1011110011100100110001001000111010110101001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027964; }

 p { color: rgb(2,121,100); }

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

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

 a { background-color: rgb(2,121,100); }

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

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

 span { border-color: rgb(2,121,100); }

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