Html Css Color HEX #2E4844 Firefly

📋 copy color: '#2E4844'

red 46 ◦ green 72 ◦ blue 68

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

Shades of Firefly #2E4844

Tints of Firefly #2E4844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 24.73%
G = 38.71%
B = 36.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#2E4844 (or 0x2E4844) is known color: Firefly. HEX triplet: 2E, 48 and 44. RGB value is (46,72,68). Sum of RGB (Red+Green+Blue) = 46+72+68=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4844 is #D1B7BB. Grayscale: #3F3F3F. Windows color (decimal): -13744060 or 4474926. OLE color: 4474926.

HSL color Cylindrical-coordinate representation of color #2E4844: hue angle of 170.77º 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 #2E4844 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 72 68 -
CMYK 0.36 0 0.06 0.72
HSL 170.77º 0.22% 0.23% -
HSV(B) 170.77º 0.36% 0.28% -
XYZ 4.49 5.63 6.32 -
YUV 63.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 46 72 68 0.36 0 0.06 0.72 170.77 0.22 0.23
Hex 2E 48 44 24 0 6 48 AB 16 17
Octal 56 110 104 44 0 6 110 253 26 27
Binary 101110 1001000 1000100 100100 0 110 1001000 10101011 10110 10111

Color Harmonies of #2E4844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4844

Black with #2E4844

Text Example


Text Example

White with #2E4844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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