#2E3F3B

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

Shades of Gable Green #2E3F3B

Tints of Gable Green #2E3F3B

Color information

#2E3F3B (or 0x2E3F3B) is unknown color: approx Gable Green. HEX triplet: 2E, 3F and 3B. RGB value is (46,63,59). Sum of RGB (Red+Green+Blue) = 46+63+59=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F3B is #D1C0C4. Grayscale: #393939. Windows color (decimal): -13746373 or 3882798. OLE color: 3882798.

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

Color convert

RGB466359-
CMYK0.2700.060.75
HSL165.88º15.6%21.37%-
HSV(B)165.88º26.98%24.71%-
XYZ3.694.454.8-
YUV57.46128.87119.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 63 (25% from 255) = 37.5%
BLUE value IS 59 (23.44% from 255) = 35.12%
R=27.38%
G=37.5%
B=35.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4663590.2700.060.75165.8815.621.37
Hex2E3F3B1B064Ba61015
Octal56777333061132462025
Binary1011101111111110111101101101001011101001101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,63,59); }

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

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

 a { background-color: rgb(46,63,59); }

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

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

 span { border-color: rgb(46,63,59); }

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