#2C4F48

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

Shades of Gable Green #2C4F48

Tints of Gable Green #2C4F48

Color information

#2C4F48 (or 0x2C4F48) is unknown color: approx Gable Green. HEX triplet: 2C, 4F and 48. RGB value is (44,79,72). Sum of RGB (Red+Green+Blue) = 44+79+72=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #2C4F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4F48 is #D3B0B7. Grayscale: #434343. Windows color (decimal): -13873336 or 4738860. OLE color: 4738860.

HSL color Cylindrical-coordinate representation of color #2C4F48: hue angle of 168º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C4F48 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB447972-
CMYK0.4400.090.69
HSL168º28.46%24.12%-
HSV(B)168º44.3%30.98%-
XYZ56.67.14-
YUV67.74130.4111.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.56%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=22.56%
G=40.51%
B=36.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4479720.4400.090.6916828.4624.12
Hex2C4F482C0945a81c18
Octal54117110540111052503430
Binary10110010011111001000101100010011000101101010001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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