Html Css Color HEX #2E4947 Firefly

📋 copy color: '#2E4947'

red 46 ◦ green 73 ◦ blue 71

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

Shades of Firefly #2E4947

Tints of Firefly #2E4947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.42%

 BLUE value IS 71 (28.13% from 255) = 37.37%

R = 24.21%
G = 38.42%
B = 37.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#2E4947 (or 0x2E4947) is known color: Firefly. HEX triplet: 2E, 49 and 47. RGB value is (46,73,71). Sum of RGB (Red+Green+Blue) = 46+73+71=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #2E4947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4947 is #D1B6B8. Grayscale: #404040. Windows color (decimal): -13743801 or 4671790. OLE color: 4671790.

HSL color Cylindrical-coordinate representation of color #2E4947: hue angle of 175.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E4947 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 73 71 -
CMYK 0.37 0 0.03 0.71
HSL 175.56º 0.23% 0.23% -
HSV(B) 175.56º 0.37% 0.29% -
XYZ 4.65 5.8 6.84 -
YUV 64.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 46 73 71 0.37 0 0.03 0.71 175.56 0.23 0.23
Hex 2E 49 47 25 0 3 47 B0 17 17
Octal 56 111 107 45 0 3 107 260 27 27
Binary 101110 1001001 1000111 100101 0 11 1000111 10110000 10111 10111

Color Harmonies of #2E4947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4947

Black with #2E4947

Text Example


Text Example

White with #2E4947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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