#2D846D

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

Shades of Genoa #2D846D

Tints of Genoa #2D846D

Color information

#2D846D (or 0x2D846D) is unknown color: approx Genoa. HEX triplet: 2D, 84 and 6D. RGB value is (45,132,109). Sum of RGB (Red+Green+Blue) = 45+132+109=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #2D846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D846D is #D27B92. Grayscale: #676767. Windows color (decimal): -13794195 or 7177261. OLE color: 7177261.

HSL color Cylindrical-coordinate representation of color #2D846D: hue angle of 164.14º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D846D is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB45132109-
CMYK0.6600.170.48
HSL164.14º49.15%34.71%-
HSV(B)164.14º65.91%51.76%-
XYZ12.0918.1617.34-
YUV103.36131.1886.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.73%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=15.73%
G=46.15%
B=38.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal451321090.6600.170.48164.1449.1534.71
Hex2D846D4201130a43123
Octal55204155102021602446143
Binary101101100001001101101100001001000111000010100100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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