Html Css Color HEX #2E4545 Firefly

📋 copy color: '#2E4545'

red 46 ◦ green 69 ◦ blue 69

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

Shades of Firefly #2E4545

Tints of Firefly #2E4545

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.5%

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 25%
G = 37.5%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2E4545 (or 0x2E4545) is known color: Firefly. HEX triplet: 2E, 45 and 45. RGB value is (46,69,69). Sum of RGB (Red+Green+Blue) = 46+69+69=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #2E4545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4545 is #D1BABA. Grayscale: #3E3E3E. Windows color (decimal): -13744827 or 4539694. OLE color: 4539694.

HSL color Cylindrical-coordinate representation of color #2E4545: hue angle of 180º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E4545 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 69 69 -
CMYK 0.33 0 0 0.73
HSL 180º 0.2% 0.23% -
HSV(B) 180º 0.33% 0.27% -
XYZ 4.33 5.27 6.42 -
YUV 62.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 46 69 69 0.33 0 0 0.73 180 0.2 0.23
Hex 2E 45 45 21 0 0 49 B4 14 17
Octal 56 105 105 41 0 0 111 264 24 27
Binary 101110 1000101 1000101 100001 0 0 1001001 10110100 10100 10111

Color Harmonies of #2E4545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4545

Black with #2E4545

Text Example


Text Example

White with #2E4545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,69,69); }

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

background-color css

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

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

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

border-color css

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

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

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