#2D826E

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

Shades of Genoa #2D826E

Tints of Genoa #2D826E

Color information

#2D826E (or 0x2D826E) is unknown color: approx Genoa. HEX triplet: 2D, 82 and 6E. RGB value is (45,130,110). Sum of RGB (Red+Green+Blue) = 45+130+110=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #2D826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D826E is #D27D91. Grayscale: #666666. Windows color (decimal): -13794706 or 7242285. OLE color: 7242285.

HSL color Cylindrical-coordinate representation of color #2D826E: hue angle of 165.88º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D826E is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB45130110-
CMYK0.6500.150.49
HSL165.88º48.57%34.31%-
HSV(B)165.88º65.38%50.98%-
XYZ11.8817.6517.53-
YUV102.3132.3487.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=15.79%
G=45.61%
B=38.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal451301100.6500.150.49165.8848.5734.31
Hex2D826E410F31a63122
Octal55202156101017612466142
Binary10110110000010110111010000010111111000110100110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,130,110); }

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

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

 a { background-color: rgb(45,130,110); }

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

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

 span { border-color: rgb(45,130,110); }

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