#2C8473

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

Shades of Genoa #2C8473

Tints of Genoa #2C8473

Color information

#2C8473 (or 0x2C8473) is unknown color: approx Genoa. HEX triplet: 2C, 84 and 73. RGB value is (44,132,115). Sum of RGB (Red+Green+Blue) = 44+132+115=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #2C8473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8473 is #D37B8C. Grayscale: #676767. Windows color (decimal): -13859725 or 7570476. OLE color: 7570476.

HSL color Cylindrical-coordinate representation of color #2C8473: hue angle of 168.41º 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 #2C8473 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB44132115-
CMYK0.6700.130.48
HSL168.41º50%34.51%-
HSV(B)168.41º66.67%51.76%-
XYZ12.3818.2819.09-
YUV103.75134.3585.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.12%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=15.12%
G=45.36%
B=39.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441321150.6700.130.48168.415034.51
Hex2C8473430D30a83223
Octal54204163103015602506243
Binary10110010000100111001110000110110111000010101000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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