#2D7168

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

Shades of Genoa #2D7168

Tints of Genoa #2D7168

Color information

#2D7168 (or 0x2D7168) is unknown color: approx Genoa. HEX triplet: 2D, 71 and 68. RGB value is (45,113,104). Sum of RGB (Red+Green+Blue) = 45+113+104=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #2D7168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7168 is #D28E97. Grayscale: #5B5B5B. Windows color (decimal): -13799064 or 6844717. OLE color: 6844717.

HSL color Cylindrical-coordinate representation of color #2D7168: hue angle of 172.06º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D7168 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB45113104-
CMYK0.6000.080.56
HSL172.06º43.04%30.98%-
HSV(B)172.06º60.18%44.31%-
XYZ9.4913.3715.18-
YUV91.64134.9794.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.18%
GREEN value IS 113 (44.53% from 255) = 43.13%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=17.18%
G=43.13%
B=39.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal451131040.6000.080.56172.0643.0430.98
Hex2D71683C0838ac2b1f
Octal5516115074010702545337
Binary10110111100011101000111100010001110001010110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,113,104); }

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

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

 a { background-color: rgb(45,113,104); }

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

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

 span { border-color: rgb(45,113,104); }

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