Html Css Color HEX #2E403B Gable Green

📋 copy color: '#2E403B'

red 46 ◦ green 64 ◦ blue 59

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

Shades of Gable Green #2E403B

Tints of Gable Green #2E403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.87%

 BLUE value IS 59 (23.44% from 255) = 34.91%

R = 27.22%
G = 37.87%
B = 34.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#2E403B (or 0x2E403B) is known color: Gable Green. HEX triplet: 2E, 40 and 3B. RGB value is (46,64,59). Sum of RGB (Red+Green+Blue) = 46+64+59=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #2E403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E403B is #D1BFC4. Grayscale: #3A3A3A. Windows color (decimal): -13746117 or 3883054. OLE color: 3883054.

HSL color Cylindrical-coordinate representation of color #2E403B: hue angle of 163.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E403B is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 64 59 -
CMYK 0.28 0 0.08 0.75
HSL 163.33º 0.16% 0.22% -
HSV(B) 163.33º 0.28% 0.25% -
XYZ 3.75 4.56 4.82 -
YUV 58.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 46 64 59 0.28 0 0.08 0.75 163.33 0.16 0.22
Hex 2E 40 3B 1C 0 8 4B A3 10 16
Octal 56 100 73 34 0 10 113 243 20 26
Binary 101110 1000000 111011 11100 0 1000 1001011 10100011 10000 10110

Color Harmonies of #2E403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E403B

Black with #2E403B

Text Example


Text Example

White with #2E403B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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