Html Css Color HEX #2E4542 Firefly

📋 copy color: '#2E4542'

red 46 ◦ green 69 ◦ blue 66

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

Shades of Firefly #2E4542

Tints of Firefly #2E4542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.46%

R = 25.41%
G = 38.12%
B = 36.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#2E4542 (or 0x2E4542) is known color: Firefly. HEX triplet: 2E, 45 and 42. RGB value is (46,69,66). Sum of RGB (Red+Green+Blue) = 46+69+66=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 69 - color contains mainly: green. Hex color #2E4542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4542 is #D1BABD. Grayscale: #3D3D3D. Windows color (decimal): -13744830 or 4343086. OLE color: 4343086.

HSL color Cylindrical-coordinate representation of color #2E4542: hue angle of 172.17º 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 #2E4542 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 69 66 -
CMYK 0.33 0 0.04 0.73
HSL 172.17º 0.2% 0.23% -
HSV(B) 172.17º 0.33% 0.27% -
XYZ 4.24 5.23 5.94 -
YUV 61.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 46 69 66 0.33 0 0.04 0.73 172.17 0.2 0.23
Hex 2E 45 42 21 0 4 49 AC 14 17
Octal 56 105 102 41 0 4 111 254 24 27
Binary 101110 1000101 1000010 100001 0 100 1001001 10101100 10100 10111

Color Harmonies of #2E4542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4542

Black with #2E4542

Text Example


Text Example

White with #2E4542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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