Html Css Color HEX #2E3F3C Gable Green

📋 copy color: '#2E3F3C'

red 46 ◦ green 63 ◦ blue 60

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

Shades of Gable Green #2E3F3C

Tints of Gable Green #2E3F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 27.22%
G = 37.28%
B = 35.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#2E3F3C (or 0x2E3F3C) is known color: Gable Green. HEX triplet: 2E, 3F and 3C. RGB value is (46,63,60). Sum of RGB (Red+Green+Blue) = 46+63+60=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F3C is #D1C0C3. Grayscale: #393939. Windows color (decimal): -13746372 or 3948334. OLE color: 3948334.

HSL color Cylindrical-coordinate representation of color #2E3F3C: hue angle of 169.41º 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 #2E3F3C is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 63 60 -
CMYK 0.27 0 0.05 0.75
HSL 169.41º 0.16% 0.21% -
HSV(B) 169.41º 0.27% 0.25% -
XYZ 3.72 4.46 4.94 -
YUV 57.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 46 63 60 0.27 0 0.05 0.75 169.41 0.16 0.21
Hex 2E 3F 3C 1B 0 5 4B A9 10 15
Octal 56 77 74 33 0 5 113 251 20 25
Binary 101110 111111 111100 11011 0 101 1001011 10101001 10000 10101

Color Harmonies of #2E3F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3F3C

Black with #2E3F3C

Text Example


Text Example

White with #2E3F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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