Html Css Color HEX #2E3F3B Gable Green

📋 copy color: '#2E3F3B'

red 46 ◦ green 63 ◦ blue 59

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

Shades of Gable Green #2E3F3B

Tints of Gable Green #2E3F3B

RGB

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

 GREEN value IS 63 (25% from 255) = 37.5%

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

R = 27.38%
G = 37.5%
B = 35.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#2E3F3B (or 0x2E3F3B) is known color: Gable Green. HEX triplet: 2E, 3F and 3B. RGB value is (46,63,59). Sum of RGB (Red+Green+Blue) = 46+63+59=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F3B is #D1C0C4. Grayscale: #393939. Windows color (decimal): -13746373 or 3882798. OLE color: 3882798.

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

Color convert

RGB 46 63 59 -
CMYK 0.27 0 0.06 0.75
HSL 165.88º 0.16% 0.21% -
HSV(B) 165.88º 0.27% 0.25% -
XYZ 3.69 4.45 4.8 -
YUV 57.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 46 63 59 0.27 0 0.06 0.75 165.88 0.16 0.21
Hex 2E 3F 3B 1B 0 6 4B A6 10 15
Octal 56 77 73 33 0 6 113 246 20 25
Binary 101110 111111 111011 11011 0 110 1001011 10100110 10000 10101

Color Harmonies of #2E3F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3F3B

Black with #2E3F3B

Text Example


Text Example

White with #2E3F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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