Html Css Color HEX #2E4847 Firefly

📋 copy color: '#2E4847'

red 46 ◦ green 72 ◦ blue 71

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

Shades of Firefly #2E4847

Tints of Firefly #2E4847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

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

R = 24.34%
G = 38.1%
B = 37.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#2E4847 (or 0x2E4847) is known color: Firefly. HEX triplet: 2E, 48 and 47. RGB value is (46,72,71). Sum of RGB (Red+Green+Blue) = 46+72+71=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4847 is #D1B7B8. Grayscale: #404040. Windows color (decimal): -13744057 or 4671534. OLE color: 4671534.

HSL color Cylindrical-coordinate representation of color #2E4847: hue angle of 177.69º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E4847 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 72 71 -
CMYK 0.36 0 0.01 0.72
HSL 177.69º 0.22% 0.23% -
HSV(B) 177.69º 0.36% 0.28% -
XYZ 4.58 5.67 6.81 -
YUV 64.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 46 72 71 0.36 0 0.01 0.72 177.69 0.22 0.23
Hex 2E 48 47 24 0 1 48 B2 16 17
Octal 56 110 107 44 0 1 110 262 26 27
Binary 101110 1001000 1000111 100100 0 1 1001000 10110010 10110 10111

Color Harmonies of #2E4847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4847

Black with #2E4847

Text Example


Text Example

White with #2E4847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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