Html Css Color HEX #2E4F49 Firefly

📋 copy color: '#2E4F49'

red 46 ◦ green 79 ◦ blue 73

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

Shades of Firefly #2E4F49

Tints of Firefly #2E4F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.9%

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

R = 23.23%
G = 39.9%
B = 36.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#2E4F49 (or 0x2E4F49) is known color: Firefly. HEX triplet: 2E, 4F and 49. RGB value is (46,79,73). Sum of RGB (Red+Green+Blue) = 46+79+73=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4F49 is #D1B0B6. Grayscale: #444444. Windows color (decimal): -13742263 or 4804398. OLE color: 4804398.

HSL color Cylindrical-coordinate representation of color #2E4F49: hue angle of 169.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E4F49 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 46 79 73 -
CMYK 0.42 0 0.08 0.69
HSL 169.09º 0.26% 0.25% -
HSV(B) 169.09º 0.42% 0.31% -
XYZ 5.13 6.65 7.32 -
YUV 68.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 46 79 73 0.42 0 0.08 0.69 169.09 0.26 0.25
Hex 2E 4F 49 2A 0 8 45 A9 1A 19
Octal 56 117 111 52 0 10 105 251 32 31
Binary 101110 1001111 1001001 101010 0 1000 1000101 10101001 11010 11001

Color Harmonies of #2E4F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4F49

Black with #2E4F49

Text Example


Text Example

White with #2E4F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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