#2D786F

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

Shades of Genoa #2D786F

Tints of Genoa #2D786F

Color information

#2D786F (or 0x2D786F) is unknown color: approx Genoa. HEX triplet: 2D, 78 and 6F. RGB value is (45,120,111). Sum of RGB (Red+Green+Blue) = 45+120+111=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #2D786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D786F is #D28790. Grayscale: #606060. Windows color (decimal): -13797265 or 7305261. OLE color: 7305261.

HSL color Cylindrical-coordinate representation of color #2D786F: hue angle of 172.8º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D786F is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB45120111-
CMYK0.6300.080.53
HSL172.8º45.45%32.35%-
HSV(B)172.8º62.5%47.06%-
XYZ10.6715.1417.4-
YUV96.55136.1591.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.30%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=16.30%
G=43.48%
B=40.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal451201110.6300.080.53172.845.4532.35
Hex2D786F3F0835ad2d20
Octal5517015777010652555540
Binary101101111100011011111111110100011010110101101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,120,111); }

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

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

 a { background-color: rgb(45,120,111); }

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

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

 span { border-color: rgb(45,120,111); }

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