#2C4440

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

Shades of Gable Green #2C4440

Tints of Gable Green #2C4440

Color information

#2C4440 (or 0x2C4440) is unknown color: approx Gable Green. HEX triplet: 2C, 44 and 40. RGB value is (44,68,64). Sum of RGB (Red+Green+Blue) = 44+68+64=176 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 68 - color contains mainly: green. Hex color #2C4440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4440 is #D3BBBF. Grayscale: #3C3C3C. Windows color (decimal): -13876160 or 4211756. OLE color: 4211756.

HSL color Cylindrical-coordinate representation of color #2C4440: hue angle of 170º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2C4440 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB446864-
CMYK0.3500.060.73
HSL170º21.43%21.96%-
HSV(B)170º35.29%26.67%-
XYZ4.035.045.61-
YUV60.37130.05116.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=25%
G=38.64%
B=36.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4468640.3500.060.7317021.4321.96
Hex2C4440230649aa1516
Octal5410410043061112522526
Binary1011001000100100000010001101101001001101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,68,64); }

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

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

 a { background-color: rgb(44,68,64); }

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

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

 span { border-color: rgb(44,68,64); }

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