#2A7C6D

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

Shades of Genoa #2A7C6D

Tints of Genoa #2A7C6D

Color information

#2A7C6D (or 0x2A7C6D) is unknown color: approx Genoa. HEX triplet: 2A, 7C and 6D. RGB value is (42,124,109). Sum of RGB (Red+Green+Blue) = 42+124+109=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7C6D is #D58392. Grayscale: #616161. Windows color (decimal): -13992851 or 7175210. OLE color: 7175210.

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

Color convert

RGB42124109-
CMYK0.6600.120.51
HSL169.02º49.4%32.55%-
HSV(B)169.02º66.13%48.63%-
XYZ10.9216.0116.98-
YUV97.77134.3388.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.27%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 109 (42.97% from 255) = 39.64%
R=15.27%
G=45.09%
B=39.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal421241090.6600.120.51169.0249.432.55
Hex2A7C6D420C33a93121
Octal52174155102014632516141
Binary1010101111100110110110000100110011001110101001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,124,109); }

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

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

 a { background-color: rgb(42,124,109); }

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

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

 span { border-color: rgb(42,124,109); }

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