#2D756E

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

Shades of Genoa #2D756E

Tints of Genoa #2D756E

Color information

#2D756E (or 0x2D756E) is unknown color: approx Genoa. HEX triplet: 2D, 75 and 6E. RGB value is (45,117,110). Sum of RGB (Red+Green+Blue) = 45+117+110=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #2D756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D756E is #D28A91. Grayscale: #5E5E5E. Windows color (decimal): -13798034 or 7238957. OLE color: 7238957.

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

Color convert

RGB45117110-
CMYK0.6200.060.54
HSL174.17º44.44%31.76%-
HSV(B)174.17º61.54%45.88%-
XYZ10.2614.4116.99-
YUV94.67136.6592.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.54%
GREEN value IS 117 (46.09% from 255) = 43.01%
BLUE value IS 110 (43.36% from 255) = 40.44%
R=16.54%
G=43.01%
B=40.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal451171100.6200.060.54174.1744.4431.76
Hex2D756E3E0636ae2c20
Octal551651567606662565440
Binary10110111101011101110111110011011011010101110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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