#2D846C

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

Shades of Genoa #2D846C

Tints of Genoa #2D846C

Color information

#2D846C (or 0x2D846C) is unknown color: approx Genoa. HEX triplet: 2D, 84 and 6C. RGB value is (45,132,108). Sum of RGB (Red+Green+Blue) = 45+132+108=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #2D846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D846C is #D27B93. Grayscale: #676767. Windows color (decimal): -13794196 or 7111725. OLE color: 7111725.

HSL color Cylindrical-coordinate representation of color #2D846C: hue angle of 163.45º 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 #2D846C is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB45132108-
CMYK0.6600.180.48
HSL163.45º49.15%34.71%-
HSV(B)163.45º65.91%51.76%-
XYZ12.0418.1417.05-
YUV103.25130.6886.45-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=15.79%
G=46.32%
B=37.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal451321080.6600.180.48163.4549.1534.71
Hex2D846C4201230a33123
Octal55204154102022602436143
Binary101101100001001101100100001001001011000010100011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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