#2D755E

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

Shades of Genoa #2D755E

Tints of Genoa #2D755E

Color information

#2D755E (or 0x2D755E) is unknown color: approx Genoa. HEX triplet: 2D, 75 and 5E. RGB value is (45,117,94). Sum of RGB (Red+Green+Blue) = 45+117+94=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #2D755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D755E is #D28AA1. Grayscale: #5C5C5C. Windows color (decimal): -13798050 or 6190381. OLE color: 6190381.

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

Color convert

RGB4511794-
CMYK0.6200.200.54
HSL160.83º44.44%31.76%-
HSV(B)160.83º61.54%45.88%-
XYZ9.4614.0912.81-
YUV92.85128.6593.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.58%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=17.58%
G=45.70%
B=36.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45117940.6200.200.54160.8344.4431.76
Hex2D755E3E01436a12c20
Octal5516513676024662415440
Binary1011011110101101111011111001010011011010100001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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