#2E4841

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

Shades of Gable Green #2E4841

Tints of Gable Green #2E4841

Color information

#2E4841 (or 0x2E4841) is unknown color: approx Gable Green. HEX triplet: 2E, 48 and 41. RGB value is (46,72,65). Sum of RGB (Red+Green+Blue) = 46+72+65=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4841 is #D1B7BE. Grayscale: #3F3F3F. Windows color (decimal): -13744063 or 4278318. OLE color: 4278318.

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

Color convert

RGB467265-
CMYK0.3600.100.72
HSL163.85º22.03%23.14%-
HSV(B)163.85º36.11%28.24%-
XYZ4.45.65.85-
YUV63.43128.89115.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.14%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=25.14%
G=39.34%
B=35.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672650.3600.100.72163.8522.0323.14
Hex2E4841240A48a41617
Octal56110101440121102442627
Binary10111010010001000001100100010101001000101001001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,72,65); }

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

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

 a { background-color: rgb(46,72,65); }

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

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

 span { border-color: rgb(46,72,65); }

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