#2E423F

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

Shades of Gable Green #2E423F

Tints of Gable Green #2E423F

Color information

#2E423F (or 0x2E423F) is unknown color: approx Gable Green. HEX triplet: 2E, 42 and 3F. RGB value is (46,66,63). Sum of RGB (Red+Green+Blue) = 46+66+63=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 66 - color contains mainly: green. Hex color #2E423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E423F is #D1BDC0. Grayscale: #3B3B3B. Windows color (decimal): -13745601 or 4145710. OLE color: 4145710.

HSL color Cylindrical-coordinate representation of color #2E423F: hue angle of 171º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E423F is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB466663-
CMYK0.3000.050.74
HSL171º17.86%21.96%-
HSV(B)171º30.3%25.88%-
XYZ3.974.845.43-
YUV59.68129.87118.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.29%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 63 (25% from 255) = 36%
R=26.29%
G=37.71%
B=36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4666630.3000.050.7417117.8621.96
Hex2E423F1E054Aab1216
Octal561027736051122532226
Binary10111010000101111111111001011001010101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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