#2D6A64

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

Shades of Genoa #2D6A64

Tints of Genoa #2D6A64

Color information

#2D6A64 (or 0x2D6A64) is unknown color: approx Genoa. HEX triplet: 2D, 6A and 64. RGB value is (45,106,100). Sum of RGB (Red+Green+Blue) = 45+106+100=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6A64 is #D2959B. Grayscale: #575757. Windows color (decimal): -13800860 or 6580781. OLE color: 6580781.

HSL color Cylindrical-coordinate representation of color #2D6A64: hue angle of 174.1º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6A64 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB45106100-
CMYK0.5800.060.58
HSL174.1º40.4%29.61%-
HSV(B)174.1º57.55%41.57%-
XYZ8.5411.7913.88-
YUV87.08135.2997.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.93%
GREEN value IS 106 (41.80% from 255) = 42.23%
BLUE value IS 100 (39.45% from 255) = 39.84%
R=17.93%
G=42.23%
B=39.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal451061000.5800.060.58174.140.429.61
Hex2D6A643A063Aae281e
Octal551521447206722565036
Binary1011011101010110010011101001101110101010111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,106,100); }

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

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

 a { background-color: rgb(45,106,100); }

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

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

 span { border-color: rgb(45,106,100); }

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