#2E433F

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

Shades of Gable Green #2E433F

Tints of Gable Green #2E433F

Color information

#2E433F (or 0x2E433F) is unknown color: approx Gable Green. HEX triplet: 2E, 43 and 3F. RGB value is (46,67,63). Sum of RGB (Red+Green+Blue) = 46+67+63=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 67 - color contains mainly: green. Hex color #2E433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E433F is #D1BCC0. Grayscale: #3C3C3C. Windows color (decimal): -13745345 or 4145966. OLE color: 4145966.

HSL color Cylindrical-coordinate representation of color #2E433F: hue angle of 168.57º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E433F is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB466763-
CMYK0.3100.060.74
HSL168.57º18.58%22.16%-
HSV(B)168.57º31.34%26.27%-
XYZ4.034.955.45-
YUV60.26129.54117.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.14%
GREEN value IS 67 (26.56% from 255) = 38.07%
BLUE value IS 63 (25% from 255) = 35.80%
R=26.14%
G=38.07%
B=35.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4667630.3100.060.74168.5718.5822.16
Hex2E433F1F064Aa91316
Octal561037737061122512326
Binary10111010000111111111111101101001010101010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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