#2D7360

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

Shades of Genoa #2D7360

Tints of Genoa #2D7360

Color information

#2D7360 (or 0x2D7360) is unknown color: approx Genoa. HEX triplet: 2D, 73 and 60. RGB value is (45,115,96). Sum of RGB (Red+Green+Blue) = 45+115+96=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #2D7360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7360 is #D28C9F. Grayscale: #5B5B5B. Windows color (decimal): -13798560 or 6320941. OLE color: 6320941.

HSL color Cylindrical-coordinate representation of color #2D7360: hue angle of 163.71º 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 #2D7360 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB4511596-
CMYK0.6100.170.55
HSL163.71º43.75%31.37%-
HSV(B)163.71º60.87%45.1%-
XYZ9.3213.6613.21-
YUV91.9130.3194.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.58%
GREEN value IS 115 (45.31% from 255) = 44.92%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=17.58%
G=44.92%
B=37.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45115960.6100.170.55163.7143.7531.37
Hex2D73603D01137a42c1f
Octal5516314075021672445437
Binary101101111001111000001111010100011101111010010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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