#2E443E

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

Shades of Gable Green #2E443E

Tints of Gable Green #2E443E

Color information

#2E443E (or 0x2E443E) is unknown color: approx Gable Green. HEX triplet: 2E, 44 and 3E. RGB value is (46,68,62). Sum of RGB (Red+Green+Blue) = 46+68+62=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 68 - color contains mainly: green. Hex color #2E443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E443E is #D1BBC1. Grayscale: #3C3C3C. Windows color (decimal): -13745090 or 4080686. OLE color: 4080686.

HSL color Cylindrical-coordinate representation of color #2E443E: hue angle of 163.64º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2E443E is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB466862-
CMYK0.3200.090.73
HSL163.64º19.3%22.35%-
HSV(B)163.64º32.35%26.67%-
XYZ4.065.065.32-
YUV60.74128.71117.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.14%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=26.14%
G=38.64%
B=35.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4668620.3200.090.73163.6419.322.35
Hex2E443E200949a41316
Octal5610476400111112442326
Binary1011101000100111110100000010011001001101001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,68,62); }

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

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

 a { background-color: rgb(46,68,62); }

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

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

 span { border-color: rgb(46,68,62); }

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