#2A8270

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

Shades of Genoa #2A8270

Tints of Genoa #2A8270

Color information

#2A8270 (or 0x2A8270) is unknown color: approx Genoa. HEX triplet: 2A, 82 and 70. RGB value is (42,130,112). Sum of RGB (Red+Green+Blue) = 42+130+112=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #2A8270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8270 is #D57D8F. Grayscale: #656565. Windows color (decimal): -13991312 or 7373354. OLE color: 7373354.

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

Color convert

RGB42130112-
CMYK0.6800.140.49
HSL167.73º51.16%33.73%-
HSV(B)167.73º67.69%50.98%-
XYZ11.8617.6318.11-
YUV101.64133.8585.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.79%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 112 (44.14% from 255) = 39.44%
R=14.79%
G=45.77%
B=39.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal421301120.6800.140.49167.7351.1633.73
Hex2A8270440E31a83322
Octal52202160104016612506342
Binary10101010000010111000010001000111011000110101000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,130,112); }

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

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

 a { background-color: rgb(42,130,112); }

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

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

 span { border-color: rgb(42,130,112); }

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