#2D7764

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

Shades of Genoa #2D7764

Tints of Genoa #2D7764

Color information

#2D7764 (or 0x2D7764) is unknown color: approx Genoa. HEX triplet: 2D, 77 and 64. RGB value is (45,119,100). Sum of RGB (Red+Green+Blue) = 45+119+100=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7764 is #D2889B. Grayscale: #5E5E5E. Windows color (decimal): -13797532 or 6584109. OLE color: 6584109.

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

Color convert

RGB45119100-
CMYK0.6200.160.53
HSL164.59º45.12%32.16%-
HSV(B)164.59º62.18%46.67%-
XYZ9.9814.6714.36-
YUV94.71130.9892.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.05%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 100 (39.45% from 255) = 37.88%
R=17.05%
G=45.08%
B=37.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal451191000.6200.160.53164.5945.1232.16
Hex2D77643E01035a52d20
Octal5516714476020652455540
Binary1011011110111110010011111001000011010110100101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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