#2D6C62

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

Shades of Genoa #2D6C62

Tints of Genoa #2D6C62

Color information

#2D6C62 (or 0x2D6C62) is unknown color: approx Genoa. HEX triplet: 2D, 6C and 62. RGB value is (45,108,98). Sum of RGB (Red+Green+Blue) = 45+108+98=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 108 - color contains mainly: green. Hex color #2D6C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6C62 is #D2939D. Grayscale: #585858. Windows color (decimal): -13800350 or 6450221. OLE color: 6450221.

HSL color Cylindrical-coordinate representation of color #2D6C62: hue angle of 170.48º degrees, saturation: 0.41, 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 #2D6C62 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB4510898-
CMYK0.5800.090.58
HSL170.48º41.18%30%-
HSV(B)170.48º58.33%42.35%-
XYZ8.6512.1613.45-
YUV88.02133.6397.31-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.93%
GREEN value IS 108 (42.58% from 255) = 43.03%
BLUE value IS 98 (38.67% from 255) = 39.04%
R=17.93%
G=43.03%
B=39.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45108980.5800.090.58170.4841.1830
Hex2D6C623A093Aaa291e
Octal5515414272011722525136
Binary10110111011001100010111010010011110101010101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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