#2A8673

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

Shades of Genoa #2A8673

Tints of Genoa #2A8673

Color information

#2A8673 (or 0x2A8673) is unknown color: approx Genoa. HEX triplet: 2A, 86 and 73. RGB value is (42,134,115). Sum of RGB (Red+Green+Blue) = 42+134+115=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8673 is #D5798C. Grayscale: #686868. Windows color (decimal): -13990285 or 7570986. OLE color: 7570986.

HSL color Cylindrical-coordinate representation of color #2A8673: hue angle of 167.61º 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 #2A8673 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB42134115-
CMYK0.6900.140.47
HSL167.61º52.27%34.51%-
HSV(B)167.61º68.66%52.55%-
XYZ12.5718.7819.18-
YUV104.33134.0283.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.43%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=14.43%
G=46.05%
B=39.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421341150.6900.140.47167.6152.2734.51
Hex2A8673450E2Fa83423
Octal52206163105016572506443
Binary10101010000110111001110001010111010111110101000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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