Html Css Color HEX #2E4741 Gable Green

📋 copy color: '#2E4741'

red 46 ◦ green 71 ◦ blue 65

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

Shades of Gable Green #2E4741

Tints of Gable Green #2E4741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.01%

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

R = 25.27%
G = 39.01%
B = 35.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#2E4741 (or 0x2E4741) is known color: Gable Green. HEX triplet: 2E, 47 and 41. RGB value is (46,71,65). Sum of RGB (Red+Green+Blue) = 46+71+65=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 71 - color contains mainly: green. Hex color #2E4741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4741 is #D1B8BE. Grayscale: #3E3E3E. Windows color (decimal): -13744319 or 4278062. OLE color: 4278062.

HSL color Cylindrical-coordinate representation of color #2E4741: hue angle of 165.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E4741 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 71 65 -
CMYK 0.35 0 0.08 0.72
HSL 165.6º 0.21% 0.23% -
HSV(B) 165.6º 0.35% 0.28% -
XYZ 4.33 5.47 5.83 -
YUV 62.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 46 71 65 0.35 0 0.08 0.72 165.6 0.21 0.23
Hex 2E 47 41 23 0 8 48 A6 15 17
Octal 56 107 101 43 0 10 110 246 25 27
Binary 101110 1000111 1000001 100011 0 1000 1001000 10100110 10101 10111

Color Harmonies of #2E4741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4741

Black with #2E4741

Text Example


Text Example

White with #2E4741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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