#2C4641

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

Shades of Gable Green #2C4641

Tints of Gable Green #2C4641

Color information

#2C4641 (or 0x2C4641) is unknown color: approx Gable Green. HEX triplet: 2C, 46 and 41. RGB value is (44,70,65). Sum of RGB (Red+Green+Blue) = 44+70+65=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 70 - color contains mainly: green. Hex color #2C4641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4641 is #D3B9BE. Grayscale: #3D3D3D. Windows color (decimal): -13875647 or 4277804. OLE color: 4277804.

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

Color convert

RGB447065-
CMYK0.3700.070.73
HSL168.46º22.81%22.35%-
HSV(B)168.46º37.14%27.45%-
XYZ4.185.35.8-
YUV61.66129.89115.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.58%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=24.58%
G=39.11%
B=36.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4470650.3700.070.73168.4622.8122.35
Hex2C4641250749a81716
Octal5410610145071112502726
Binary1011001000110100000110010101111001001101010001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,70,65); }

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

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

 a { background-color: rgb(44,70,65); }

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

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

 span { border-color: rgb(44,70,65); }

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