#2C8471

Color #2C8471 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #2C8471

Tints of Genoa #2C8471

Color information

#2C8471 (or 0x2C8471) is unknown color: approx Genoa. HEX triplet: 2C, 84 and 71. RGB value is (44,132,113). Sum of RGB (Red+Green+Blue) = 44+132+113=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #2C8471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8471 is #D37B8E. Grayscale: #676767. Windows color (decimal): -13859727 or 7439404. OLE color: 7439404.

HSL color Cylindrical-coordinate representation of color #2C8471: hue angle of 167.05º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8471 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB44132113-
CMYK0.6700.140.48
HSL167.05º50%34.51%-
HSV(B)167.05º66.67%51.76%-
XYZ12.2718.2318.49-
YUV103.52133.3585.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.22%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=15.22%
G=45.67%
B=39.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441321130.6700.140.48167.055034.51
Hex2C8471430E30a73223
Octal54204161103016602476243
Binary10110010000100111000110000110111011000010100111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C8471; }

 p { color: rgb(44,132,113); }

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

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

 a { background-color: rgb(44,132,113); }

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

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

 span { border-color: rgb(44,132,113); }

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