#2C826E

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

Shades of Genoa #2C826E

Tints of Genoa #2C826E

Color information

#2C826E (or 0x2C826E) is unknown color: approx Genoa. HEX triplet: 2C, 82 and 6E. RGB value is (44,130,110). Sum of RGB (Red+Green+Blue) = 44+130+110=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #2C826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C826E is #D37D91. Grayscale: #666666. Windows color (decimal): -13860242 or 7242284. OLE color: 7242284.

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

Color convert

RGB44130110-
CMYK0.6600.150.49
HSL166.05º49.43%34.12%-
HSV(B)166.05º66.15%50.98%-
XYZ11.8417.6317.53-
YUV102.01132.5186.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.49%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=15.49%
G=45.77%
B=38.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal441301100.6600.150.49166.0549.4334.12
Hex2C826E420F31a63122
Octal54202156102017612466142
Binary10110010000010110111010000100111111000110100110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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