#2D8471

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

Shades of Genoa #2D8471

Tints of Genoa #2D8471

Color information

#2D8471 (or 0x2D8471) is unknown color: approx Genoa. HEX triplet: 2D, 84 and 71. RGB value is (45,132,113). Sum of RGB (Red+Green+Blue) = 45+132+113=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8471 is #D27B8E. Grayscale: #676767. Windows color (decimal): -13794191 or 7439405. OLE color: 7439405.

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

Color convert

RGB45132113-
CMYK0.6600.140.48
HSL166.9º49.15%34.71%-
HSV(B)166.9º65.91%51.76%-
XYZ12.3118.2518.5-
YUV103.82133.1886.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.52%
GREEN value IS 132 (51.95% from 255) = 45.52%
BLUE value IS 113 (44.53% from 255) = 38.97%
R=15.52%
G=45.52%
B=38.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal451321130.6600.140.48166.949.1534.71
Hex2D8471420E30a73123
Octal55204161102016602476143
Binary10110110000100111000110000100111011000010100111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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