#2C4A43

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

Shades of Gable Green #2C4A43

Tints of Gable Green #2C4A43

Color information

#2C4A43 (or 0x2C4A43) is unknown color: approx Gable Green. HEX triplet: 2C, 4A and 43. RGB value is (44,74,67). Sum of RGB (Red+Green+Blue) = 44+74+67=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 74 - color contains mainly: green. Hex color #2C4A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4A43 is #D3B5BC. Grayscale: #404040. Windows color (decimal): -13874621 or 4409900. OLE color: 4409900.

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

Color convert

RGB447467-
CMYK0.4100.090.71
HSL166º25.42%23.14%-
HSV(B)166º40.54%29.02%-
XYZ4.55.846.2-
YUV64.23129.56113.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.78%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 67 (26.56% from 255) = 36.22%
R=23.78%
G=40%
B=36.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4474670.4100.090.7116625.4223.14
Hex2C4A43290947a61917
Octal54112103510111072463127
Binary10110010010101000011101001010011000111101001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,74,67); }

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

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

 a { background-color: rgb(44,74,67); }

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

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

 span { border-color: rgb(44,74,67); }

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