#2D775E

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

Shades of Genoa #2D775E

Tints of Genoa #2D775E

Color information

#2D775E (or 0x2D775E) is unknown color: approx Genoa. HEX triplet: 2D, 77 and 5E. RGB value is (45,119,94). Sum of RGB (Red+Green+Blue) = 45+119+94=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #2D775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D775E is #D288A1. Grayscale: #5E5E5E. Windows color (decimal): -13797538 or 6190893. OLE color: 6190893.

HSL color Cylindrical-coordinate representation of color #2D775E: hue angle of 159.73º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D775E is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB4511994-
CMYK0.6200.210.53
HSL159.73º45.12%32.16%-
HSV(B)159.73º62.18%46.67%-
XYZ9.714.5612.89-
YUV94.02127.9893.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.44%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=17.44%
G=46.12%
B=36.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45119940.6200.210.53159.7345.1232.16
Hex2D775E3E01535a02d20
Octal5516713676025652405540
Binary1011011110111101111011111001010111010110100000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,119,94); }

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

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

 a { background-color: rgb(45,119,94); }

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

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

 span { border-color: rgb(45,119,94); }

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