#2D756D

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

Shades of Genoa #2D756D

Tints of Genoa #2D756D

Color information

#2D756D (or 0x2D756D) is unknown color: approx Genoa. HEX triplet: 2D, 75 and 6D. RGB value is (45,117,109). Sum of RGB (Red+Green+Blue) = 45+117+109=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #2D756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D756D is #D28A92. Grayscale: #5E5E5E. Windows color (decimal): -13798035 or 7173421. OLE color: 7173421.

HSL color Cylindrical-coordinate representation of color #2D756D: hue angle of 173.33º 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 #2D756D is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB45117109-
CMYK0.6200.070.54
HSL173.33º44.44%31.76%-
HSV(B)173.33º61.54%45.88%-
XYZ10.214.3816.71-
YUV94.56136.1592.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.61%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=16.61%
G=43.17%
B=40.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal451171090.6200.070.54173.3344.4431.76
Hex2D756D3E0736ad2c20
Octal551651557607662555440
Binary10110111101011101101111110011111011010101101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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