#2C4842

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

Shades of Gable Green #2C4842

Tints of Gable Green #2C4842

Color information

#2C4842 (or 0x2C4842) is unknown color: approx Gable Green. HEX triplet: 2C, 48 and 42. RGB value is (44,72,66). Sum of RGB (Red+Green+Blue) = 44+72+66=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4842 is #D3B7BD. Grayscale: #3E3E3E. Windows color (decimal): -13875134 or 4343852. OLE color: 4343852.

HSL color Cylindrical-coordinate representation of color #2C4842: hue angle of 167.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C4842 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB447266-
CMYK0.3900.080.72
HSL167.14º24.14%22.75%-
HSV(B)167.14º38.89%28.24%-
XYZ4.345.566-
YUV62.94129.72114.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.18%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=24.18%
G=39.56%
B=36.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4472660.3900.080.72167.1424.1422.75
Hex2C4842270848a71817
Octal54110102470101102473027
Binary10110010010001000010100111010001001000101001111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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