#2E4642

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

Shades of Gable Green #2E4642

Tints of Gable Green #2E4642

Color information

#2E4642 (or 0x2E4642) is unknown color: approx Gable Green. HEX triplet: 2E, 46 and 42. RGB value is (46,70,66). Sum of RGB (Red+Green+Blue) = 46+70+66=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 70 - color contains mainly: green. Hex color #2E4642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4642 is #D1B9BD. Grayscale: #3E3E3E. Windows color (decimal): -13744574 or 4343342. OLE color: 4343342.

HSL color Cylindrical-coordinate representation of color #2E4642: hue angle of 170º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E4642 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB467066-
CMYK0.3400.060.73
HSL170º20.69%22.75%-
HSV(B)170º34.29%27.45%-
XYZ4.35.355.96-
YUV62.37130.05116.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.27%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=25.27%
G=38.46%
B=36.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4670660.3400.060.7317020.6922.75
Hex2E4642220649aa1517
Octal5610610242061112522527
Binary1011101000110100001010001001101001001101010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,70,66); }

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

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

 a { background-color: rgb(46,70,66); }

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

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

 span { border-color: rgb(46,70,66); }

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