Html Css Color HEX #2E4D49 Firefly

📋 copy color: '#2E4D49'

red 46 ◦ green 77 ◦ blue 73

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

Shades of Firefly #2E4D49

Tints of Firefly #2E4D49

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.29%

 BLUE value IS 73 (28.91% from 255) = 37.24%

R = 23.47%
G = 39.29%
B = 37.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#2E4D49 (or 0x2E4D49) is known color: Firefly. HEX triplet: 2E, 4D and 49. RGB value is (46,77,73). Sum of RGB (Red+Green+Blue) = 46+77+73=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4D49 is #D1B2B6. Grayscale: #434343. Windows color (decimal): -13742775 or 4803886. OLE color: 4803886.

HSL color Cylindrical-coordinate representation of color #2E4D49: hue angle of 172.26º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E4D49 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 77 73 -
CMYK 0.40 0 0.05 0.70
HSL 172.26º 0.25% 0.24% -
HSV(B) 172.26º 0.4% 0.3% -
XYZ 4.98 6.37 7.27 -
YUV 67.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 46 77 73 0.40 0 0.05 0.70 172.26 0.25 0.24
Hex 2E 4D 49 28 0 5 46 AC 19 18
Octal 56 115 111 50 0 5 106 254 31 30
Binary 101110 1001101 1001001 101000 0 101 1000110 10101100 11001 11000

Color Harmonies of #2E4D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4D49

Black with #2E4D49

Text Example


Text Example

White with #2E4D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,77,73); }

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

background-color css

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

 a { background-color: rgb(46,77,73); }

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

border-color css

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

 span { border-color: rgb(46,77,73); }

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