Html Css Color HEX #2E4641 Gable Green

📋 copy color: '#2E4641'

red 46 ◦ green 70 ◦ blue 65

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

Shades of Gable Green #2E4641

Tints of Gable Green #2E4641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 25.41%
G = 38.67%
B = 35.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#2E4641 (or 0x2E4641) is known color: Gable Green. HEX triplet: 2E, 46 and 41. RGB value is (46,70,65). Sum of RGB (Red+Green+Blue) = 46+70+65=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 70 - color contains mainly: green. Hex color #2E4641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4641 is #D1B9BE. Grayscale: #3E3E3E. Windows color (decimal): -13744575 or 4277806. OLE color: 4277806.

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

Color convert

RGB 46 70 65 -
CMYK 0.34 0 0.07 0.73
HSL 167.5º 0.21% 0.23% -
HSV(B) 167.5º 0.34% 0.27% -
XYZ 4.27 5.34 5.81 -
YUV 62.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 46 70 65 0.34 0 0.07 0.73 167.5 0.21 0.23
Hex 2E 46 41 22 0 7 49 A8 15 17
Octal 56 106 101 42 0 7 111 250 25 27
Binary 101110 1000110 1000001 100010 0 111 1001001 10101000 10101 10111

Color Harmonies of #2E4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4641

Black with #2E4641

Text Example


Text Example

White with #2E4641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,70,65); }

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

background-color css

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

 a { background-color: rgb(46,70,65); }

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

border-color css

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

 span { border-color: rgb(46,70,65); }

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