#2C7F6F

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

Shades of Genoa #2C7F6F

Tints of Genoa #2C7F6F

Color information

#2C7F6F (or 0x2C7F6F) is unknown color: approx Genoa. HEX triplet: 2C, 7F and 6F. RGB value is (44,127,111). Sum of RGB (Red+Green+Blue) = 44+127+111=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #2C7F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7F6F is #D38090. Grayscale: #646464. Windows color (decimal): -13861009 or 7307052. OLE color: 7307052.

HSL color Cylindrical-coordinate representation of color #2C7F6F: hue angle of 168.43º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7F6F is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB44127111-
CMYK0.6500.130.50
HSL168.43º48.54%33.53%-
HSV(B)168.43º65.35%49.8%-
XYZ11.516.8617.69-
YUV100.3613487.8-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.60%
GREEN value IS 127 (50% from 255) = 45.04%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=15.60%
G=45.04%
B=39.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal441271110.6500.130.50168.4348.5433.53
Hex2C7F6F410D32a83122
Octal54177157101015622506142
Binary1011001111111110111110000010110111001010101000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,127,111); }

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

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

 a { background-color: rgb(44,127,111); }

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

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

 span { border-color: rgb(44,127,111); }

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