#2C715F

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

Shades of Genoa #2C715F

Tints of Genoa #2C715F

Color information

#2C715F (or 0x2C715F) is unknown color: approx Genoa. HEX triplet: 2C, 71 and 5F. RGB value is (44,113,95). Sum of RGB (Red+Green+Blue) = 44+113+95=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #2C715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C715F is #D38EA0. Grayscale: #5A5A5A. Windows color (decimal): -13864609 or 6254892. OLE color: 6254892.

HSL color Cylindrical-coordinate representation of color #2C715F: hue angle of 164.35º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C715F is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB4411395-
CMYK0.6100.160.56
HSL164.35º43.95%30.78%-
HSV(B)164.35º61.06%44.31%-
XYZ9.0113.1712.89-
YUV90.32130.6494.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.46%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=17.46%
G=44.84%
B=37.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44113950.6100.160.56164.3543.9530.78
Hex2C715F3D01038a42c1f
Octal5416113775020702445437
Binary101100111000110111111111010100001110001010010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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