#2A8874

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

Shades of Genoa #2A8874

Tints of Genoa #2A8874

Color information

#2A8874 (or 0x2A8874) is unknown color: approx Genoa. HEX triplet: 2A, 88 and 74. RGB value is (42,136,116). Sum of RGB (Red+Green+Blue) = 42+136+116=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8874 is #D5778B. Grayscale: #696969. Windows color (decimal): -13989772 or 7637034. OLE color: 7637034.

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

Color convert

RGB42136116-
CMYK0.6900.150.47
HSL167.23º52.81%34.9%-
HSV(B)167.23º69.12%53.33%-
XYZ12.9119.3619.58-
YUV105.61133.8682.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.29%
GREEN value IS 136 (53.52% from 255) = 46.26%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=14.29%
G=46.26%
B=39.46%

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
Decimal421361160.6900.150.47167.2352.8134.9
Hex2A8874450F2Fa73523
Octal52210164105017572476543
Binary10101010001000111010010001010111110111110100111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,136,116); }

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

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

 a { background-color: rgb(42,136,116); }

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

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

 span { border-color: rgb(42,136,116); }

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