#2C7C70

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

Shades of Genoa #2C7C70

Tints of Genoa #2C7C70

Color information

#2C7C70 (or 0x2C7C70) is unknown color: approx Genoa. HEX triplet: 2C, 7C and 70. RGB value is (44,124,112). Sum of RGB (Red+Green+Blue) = 44+124+112=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #2C7C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7C70 is #D3838F. Grayscale: #626262. Windows color (decimal): -13861776 or 7371820. OLE color: 7371820.

HSL color Cylindrical-coordinate representation of color #2C7C70: hue angle of 171º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7C70 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB44124112-
CMYK0.6500.100.51
HSL171º47.62%32.94%-
HSV(B)171º64.52%48.63%-
XYZ11.1716.1217.85-
YUV98.71135.588.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.71%
GREEN value IS 124 (48.83% from 255) = 44.29%
BLUE value IS 112 (44.14% from 255) = 40%
R=15.71%
G=44.29%
B=40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal441241120.6500.100.5117147.6232.94
Hex2C7C70410A33ab3021
Octal54174160101012632536041
Binary1011001111100111000010000010101011001110101011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,124,112); }

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

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

 a { background-color: rgb(44,124,112); }

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

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

 span { border-color: rgb(44,124,112); }

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