Html Css Color HEX #2E4E48 Firefly

📋 copy color: '#2E4E48'

red 46 ◦ green 78 ◦ blue 72

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

Shades of Firefly #2E4E48

Tints of Firefly #2E4E48

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.8%

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 23.47%
G = 39.8%
B = 36.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#2E4E48 (or 0x2E4E48) is known color: Firefly. HEX triplet: 2E, 4E and 48. RGB value is (46,78,72). Sum of RGB (Red+Green+Blue) = 46+78+72=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #2E4E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4E48 is #D1B1B7. Grayscale: #434343. Windows color (decimal): -13742520 or 4738606. OLE color: 4738606.

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

Color convert

RGB 46 78 72 -
CMYK 0.41 0 0.08 0.69
HSL 168.75º 0.26% 0.24% -
HSV(B) 168.75º 0.41% 0.31% -
XYZ 5.02 6.5 7.12 -
YUV 67.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 46 78 72 0.41 0 0.08 0.69 168.75 0.26 0.24
Hex 2E 4E 48 29 0 8 45 A9 1A 18
Octal 56 116 110 51 0 10 105 251 32 30
Binary 101110 1001110 1001000 101001 0 1000 1000101 10101001 11010 11000

Color Harmonies of #2E4E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4E48

Black with #2E4E48

Text Example


Text Example

White with #2E4E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,78,72); }

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

background-color css

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

 a { background-color: rgb(46,78,72); }

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

border-color css

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

 span { border-color: rgb(46,78,72); }

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