#2A8672

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

Shades of Genoa #2A8672

Tints of Genoa #2A8672

Color information

#2A8672 (or 0x2A8672) is unknown color: approx Genoa. HEX triplet: 2A, 86 and 72. RGB value is (42,134,114). Sum of RGB (Red+Green+Blue) = 42+134+114=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8672 is #D5798D. Grayscale: #686868. Windows color (decimal): -13990286 or 7505450. OLE color: 7505450.

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

Color convert

RGB42134114-
CMYK0.6900.150.47
HSL166.96º52.27%34.51%-
HSV(B)166.96º68.66%52.55%-
XYZ12.5218.7618.88-
YUV104.21133.5283.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.48%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 114 (44.92% from 255) = 39.31%
R=14.48%
G=46.21%
B=39.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421341140.6900.150.47166.9652.2734.51
Hex2A8672450F2Fa73423
Octal52206162105017572476443
Binary10101010000110111001010001010111110111110100111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,134,114); }

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

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

 a { background-color: rgb(42,134,114); }

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

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

 span { border-color: rgb(42,134,114); }

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