#2C4942

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

Shades of Gable Green #2C4942

Tints of Gable Green #2C4942

Color information

#2C4942 (or 0x2C4942) is unknown color: approx Gable Green. HEX triplet: 2C, 49 and 42. RGB value is (44,73,66). Sum of RGB (Red+Green+Blue) = 44+73+66=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #2C4942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4942 is #D3B6BD. Grayscale: #3F3F3F. Windows color (decimal): -13874878 or 4344108. OLE color: 4344108.

HSL color Cylindrical-coordinate representation of color #2C4942: hue angle of 165.52º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2C4942 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB447366-
CMYK0.4000.100.71
HSL165.52º24.79%22.94%-
HSV(B)165.52º39.73%28.63%-
XYZ4.45.696.02-
YUV63.53129.39114.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.04%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 66 (26.17% from 255) = 36.07%
R=24.04%
G=39.89%
B=36.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4473660.4000.100.71165.5224.7922.94
Hex2C4942280A47a61917
Octal54111102500121072463127
Binary10110010010011000010101000010101000111101001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,73,66); }

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

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

 a { background-color: rgb(44,73,66); }

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

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

 span { border-color: rgb(44,73,66); }

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