Html Css Color HEX #2E4A45 Gable Green

📋 copy color: '#2E4A45'

red 46 ◦ green 74 ◦ blue 69

#2E4A45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gable Green #2E4A45

Tints of Gable Green #2E4A45

RGB

 RED value IS 46 (18.36% from 255) = 24.34%

 GREEN value IS 74 (29.3% from 255) = 39.15%

 BLUE value IS 69 (27.34% from 255) = 36.51%

R = 24.34%
G = 39.15%
B = 36.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#2E4A45 (or 0x2E4A45) is known color: Gable Green. HEX triplet: 2E, 4A and 45. RGB value is (46,74,69). Sum of RGB (Red+Green+Blue) = 46+74+69=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4A45 is #D1B5BA. Grayscale: #414141. Windows color (decimal): -13743547 or 4540974. OLE color: 4540974.

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

Color convert

RGB 46 74 69 -
CMYK 0.38 0 0.07 0.71
HSL 169.29º 0.23% 0.24% -
HSV(B) 169.29º 0.38% 0.29% -
XYZ 4.65 5.91 6.53 -
YUV 65.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 46 74 69 0.38 0 0.07 0.71 169.29 0.23 0.24
Hex 2E 4A 45 26 0 7 47 A9 17 18
Octal 56 112 105 46 0 7 107 251 27 30
Binary 101110 1001010 1000101 100110 0 111 1000111 10101001 10111 11000

Color Harmonies of #2E4A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4A45

Black with #2E4A45

Text Example


Text Example

White with #2E4A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E4A45;
 }
 .AnyTagClassName
 {
   color: #2E4A45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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