#2E4D47

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

Shades of Gable Green #2E4D47

Tints of Gable Green #2E4D47

Color information

#2E4D47 (or 0x2E4D47) is unknown color: approx Gable Green. HEX triplet: 2E, 4D and 47. RGB value is (46,77,71). Sum of RGB (Red+Green+Blue) = 46+77+71=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4D47 is #D1B2B8. Grayscale: #434343. Windows color (decimal): -13742777 or 4672814. OLE color: 4672814.

HSL color Cylindrical-coordinate representation of color #2E4D47: hue angle of 168.39º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E4D47 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB467771-
CMYK0.4000.080.70
HSL168.39º25.2%24.12%-
HSV(B)168.39º40.26%30.2%-
XYZ4.926.346.93-
YUV67.05130.23112.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=23.71%
G=39.69%
B=36.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4677710.4000.080.70168.3925.224.12
Hex2E4D47280846a81918
Octal56115107500101062503130
Binary10111010011011000111101000010001000110101010001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,77,71); }

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

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

 a { background-color: rgb(46,77,71); }

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

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

 span { border-color: rgb(46,77,71); }

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