#2E4B45

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

Shades of Gable Green #2E4B45

Tints of Gable Green #2E4B45

Color information

#2E4B45 (or 0x2E4B45) is unknown color: approx Gable Green. HEX triplet: 2E, 4B and 45. RGB value is (46,75,69). Sum of RGB (Red+Green+Blue) = 46+75+69=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B45 is #D1B4BA. Grayscale: #414141. Windows color (decimal): -13743291 or 4541230. OLE color: 4541230.

HSL color Cylindrical-coordinate representation of color #2E4B45: hue angle of 167.59º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4B45 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB467569-
CMYK0.3900.080.71
HSL167.59º23.97%23.73%-
HSV(B)167.59º38.67%29.41%-
XYZ4.726.046.55-
YUV65.64129.89113.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.21%
GREEN value IS 75 (29.69% from 255) = 39.47%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=24.21%
G=39.47%
B=36.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4675690.3900.080.71167.5923.9723.73
Hex2E4B45270847a81818
Octal56113105470101072503030
Binary10111010010111000101100111010001000111101010001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,75,69); }

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

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

 a { background-color: rgb(46,75,69); }

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

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

 span { border-color: rgb(46,75,69); }

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