#2D7767

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

Shades of Genoa #2D7767

Tints of Genoa #2D7767

Color information

#2D7767 (or 0x2D7767) is unknown color: approx Genoa. HEX triplet: 2D, 77 and 67. RGB value is (45,119,103). Sum of RGB (Red+Green+Blue) = 45+119+103=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7767 is #D28898. Grayscale: #5F5F5F. Windows color (decimal): -13797529 or 6780717. OLE color: 6780717.

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

Color convert

RGB45119103-
CMYK0.6200.130.53
HSL167.03º45.12%32.16%-
HSV(B)167.03º62.18%46.67%-
XYZ10.1314.7315.14-
YUV95.05132.4892.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.85%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 103 (40.62% from 255) = 38.58%
R=16.85%
G=44.57%
B=38.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal451191030.6200.130.53167.0345.1232.16
Hex2D77673E0D35a72d20
Octal5516714776015652475540
Binary101101111011111001111111100110111010110100111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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