#2C8875

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

Shades of Genoa #2C8875

Tints of Genoa #2C8875

Color information

#2C8875 (or 0x2C8875) is unknown color: approx Genoa. HEX triplet: 2C, 88 and 75. RGB value is (44,136,117). Sum of RGB (Red+Green+Blue) = 44+136+117=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #2C8875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8875 is #D3778A. Grayscale: #6A6A6A. Windows color (decimal): -13858699 or 7702572. OLE color: 7702572.

HSL color Cylindrical-coordinate representation of color #2C8875: hue angle of 167.61º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8875 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB44136117-
CMYK0.6800.140.47
HSL167.61º51.11%35.29%-
HSV(B)167.61º67.65%53.33%-
XYZ13.0519.4319.89-
YUV106.33134.0283.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.81%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=14.81%
G=45.79%
B=39.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal441361170.6800.140.47167.6151.1135.29
Hex2C8875440E2Fa83323
Octal54210165104016572506343
Binary10110010001000111010110001000111010111110101000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,136,117); }

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

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

 a { background-color: rgb(44,136,117); }

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

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

 span { border-color: rgb(44,136,117); }

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