#2E413E

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

Shades of Gable Green #2E413E

Tints of Gable Green #2E413E

Color information

#2E413E (or 0x2E413E) is unknown color: approx Gable Green. HEX triplet: 2E, 41 and 3E. RGB value is (46,65,62). Sum of RGB (Red+Green+Blue) = 46+65+62=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #2E413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E413E is #D1BEC1. Grayscale: #3A3A3A. Windows color (decimal): -13745858 or 4079918. OLE color: 4079918.

HSL color Cylindrical-coordinate representation of color #2E413E: hue angle of 170.53º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E413E is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB466562-
CMYK0.2900.050.75
HSL170.53º17.12%21.76%-
HSV(B)170.53º29.23%25.49%-
XYZ3.894.715.26-
YUV58.98129.71118.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.59%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=26.59%
G=37.57%
B=35.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4665620.2900.050.75170.5317.1221.76
Hex2E413E1D054Bab1116
Octal561017635051132532126
Binary10111010000011111101110101011001011101010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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