#2D716D

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

Shades of Genoa #2D716D

Tints of Genoa #2D716D

Color information

#2D716D (or 0x2D716D) is unknown color: approx Genoa. HEX triplet: 2D, 71 and 6D. RGB value is (45,113,109). Sum of RGB (Red+Green+Blue) = 45+113+109=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #2D716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D716D is #D28E92. Grayscale: #5C5C5C. Windows color (decimal): -13799059 or 7172397. OLE color: 7172397.

HSL color Cylindrical-coordinate representation of color #2D716D: hue angle of 176.47º 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 #2D716D is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB45113109-
CMYK0.6000.040.56
HSL176.47º43.04%30.98%-
HSV(B)176.47º60.18%44.31%-
XYZ9.7513.4716.55-
YUV92.21137.4794.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.85%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=16.85%
G=42.32%
B=40.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal451131090.6000.040.56176.4743.0430.98
Hex2D716D3C0438b02b1f
Octal551611557404702605337
Binary1011011110001110110111110001001110001011000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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