#2A755E

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

Shades of Genoa #2A755E

Tints of Genoa #2A755E

Color information

#2A755E (or 0x2A755E) is unknown color: approx Genoa. HEX triplet: 2A, 75 and 5E. RGB value is (42,117,94). Sum of RGB (Red+Green+Blue) = 42+117+94=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #2A755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A755E is #D58AA1. Grayscale: #5B5B5B. Windows color (decimal): -13994658 or 6190378. OLE color: 6190378.

HSL color Cylindrical-coordinate representation of color #2A755E: hue angle of 161.6º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A755E is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB4211794-
CMYK0.6400.200.54
HSL161.6º47.17%31.18%-
HSV(B)161.6º64.1%45.88%-
XYZ9.3414.0212.8-
YUV91.95129.1592.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 117 (46.09% from 255) = 46.25%
BLUE value IS 94 (37.11% from 255) = 37.15%
R=16.60%
G=46.25%
B=37.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42117940.6400.200.54161.647.1731.18
Hex2A755E4001436a22f1f
Octal52165136100024662425737
Binary1010101110101101111010000000101001101101010001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,117,94); }

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

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

 a { background-color: rgb(42,117,94); }

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

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

 span { border-color: rgb(42,117,94); }

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