Html Css Color HEX #2E4B47 Firefly

📋 copy color: '#2E4B47'

red 46 ◦ green 75 ◦ blue 71

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

Shades of Firefly #2E4B47

Tints of Firefly #2E4B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.06%

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

R = 23.96%
G = 39.06%
B = 36.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#2E4B47 (or 0x2E4B47) is known color: Firefly. HEX triplet: 2E, 4B and 47. RGB value is (46,75,71). Sum of RGB (Red+Green+Blue) = 46+75+71=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B47 is #D1B4B8. Grayscale: #414141. Windows color (decimal): -13743289 or 4672302. OLE color: 4672302.

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

Color convert

RGB 46 75 71 -
CMYK 0.39 0 0.05 0.71
HSL 171.72º 0.24% 0.24% -
HSV(B) 171.72º 0.39% 0.29% -
XYZ 4.78 6.07 6.88 -
YUV 65.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 46 75 71 0.39 0 0.05 0.71 171.72 0.24 0.24
Hex 2E 4B 47 27 0 5 47 AC 18 18
Octal 56 113 107 47 0 5 107 254 30 30
Binary 101110 1001011 1000111 100111 0 101 1000111 10101100 11000 11000

Color Harmonies of #2E4B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4B47

Black with #2E4B47

Text Example


Text Example

White with #2E4B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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