Html Css Color HEX #2E4540 Gable Green

📋 copy color: '#2E4540'

red 46 ◦ green 69 ◦ blue 64

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

Shades of Gable Green #2E4540

Tints of Gable Green #2E4540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.55%

 BLUE value IS 64 (25.39% from 255) = 35.75%

R = 25.7%
G = 38.55%
B = 35.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#2E4540 (or 0x2E4540) is known color: Gable Green. HEX triplet: 2E, 45 and 40. RGB value is (46,69,64). Sum of RGB (Red+Green+Blue) = 46+69+64=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 69 - color contains mainly: green. Hex color #2E4540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4540 is #D1BABF. Grayscale: #3D3D3D. Windows color (decimal): -13744832 or 4212014. OLE color: 4212014.

HSL color Cylindrical-coordinate representation of color #2E4540: hue angle of 166.96º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E4540 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 69 64 -
CMYK 0.33 0 0.07 0.73
HSL 166.96º 0.2% 0.23% -
HSV(B) 166.96º 0.33% 0.27% -
XYZ 4.18 5.21 5.64 -
YUV 61.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 46 69 64 0.33 0 0.07 0.73 166.96 0.2 0.23
Hex 2E 45 40 21 0 7 49 A7 14 17
Octal 56 105 100 41 0 7 111 247 24 27
Binary 101110 1000101 1000000 100001 0 111 1001001 10100111 10100 10111

Color Harmonies of #2E4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4540

Black with #2E4540

Text Example


Text Example

White with #2E4540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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