#2D7366

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

Shades of Genoa #2D7366

Tints of Genoa #2D7366

Color information

#2D7366 (or 0x2D7366) is unknown color: approx Genoa. HEX triplet: 2D, 73 and 66. RGB value is (45,115,102). Sum of RGB (Red+Green+Blue) = 45+115+102=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #2D7366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7366 is #D28C99. Grayscale: #5C5C5C. Windows color (decimal): -13798554 or 6714157. OLE color: 6714157.

HSL color Cylindrical-coordinate representation of color #2D7366: hue angle of 168.86º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D7366 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB45115102-
CMYK0.6100.110.55
HSL168.86º43.75%31.37%-
HSV(B)168.86º60.87%45.1%-
XYZ9.6113.7814.72-
YUV92.59133.3194.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.18%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 102 (40.23% from 255) = 38.93%
R=17.18%
G=43.89%
B=38.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal451151020.6100.110.55168.8643.7531.37
Hex2D73663D0B37a92c1f
Octal5516314675013672515437
Binary10110111100111100110111101010111101111010100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,115,102); }

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

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

 a { background-color: rgb(45,115,102); }

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

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

 span { border-color: rgb(45,115,102); }

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