#2A856F

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

Shades of Genoa #2A856F

Tints of Genoa #2A856F

Color information

#2A856F (or 0x2A856F) is unknown color: approx Genoa. HEX triplet: 2A, 85 and 6F. RGB value is (42,133,111). Sum of RGB (Red+Green+Blue) = 42+133+111=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #2A856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A856F is #D57A90. Grayscale: #676767. Windows color (decimal): -13990545 or 7308586. OLE color: 7308586.

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

Color convert

RGB42133111-
CMYK0.6800.170.48
HSL165.49º52%34.31%-
HSV(B)165.49º68.42%52.16%-
XYZ12.2118.4117.95-
YUV103.28132.3584.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.69%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 111 (43.75% from 255) = 38.81%
R=14.69%
G=46.50%
B=38.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal421331110.6800.170.48165.495234.31
Hex2A856F4401130a53422
Octal52205157104021602456442
Binary101010100001011101111100010001000111000010100101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,133,111); }

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

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

 a { background-color: rgb(42,133,111); }

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

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

 span { border-color: rgb(42,133,111); }

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