Html Css Color HEX #2E4643 Firefly

📋 copy color: '#2E4643'

red 46 ◦ green 70 ◦ blue 67

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

Shades of Firefly #2E4643

Tints of Firefly #2E4643

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.25%

 BLUE value IS 67 (26.56% from 255) = 36.61%

R = 25.14%
G = 38.25%
B = 36.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#2E4643 (or 0x2E4643) is known color: Firefly. HEX triplet: 2E, 46 and 43. RGB value is (46,70,67). Sum of RGB (Red+Green+Blue) = 46+70+67=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 70 - color contains mainly: green. Hex color #2E4643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4643 is #D1B9BC. Grayscale: #3E3E3E. Windows color (decimal): -13744573 or 4408878. OLE color: 4408878.

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

Color convert

RGB 46 70 67 -
CMYK 0.34 0 0.04 0.73
HSL 172.5º 0.21% 0.23% -
HSV(B) 172.5º 0.34% 0.27% -
XYZ 4.33 5.37 6.12 -
YUV 62.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 46 70 67 0.34 0 0.04 0.73 172.5 0.21 0.23
Hex 2E 46 43 22 0 4 49 AC 15 17
Octal 56 106 103 42 0 4 111 254 25 27
Binary 101110 1000110 1000011 100010 0 100 1001001 10101100 10101 10111

Color Harmonies of #2E4643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4643

Black with #2E4643

Text Example


Text Example

White with #2E4643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,70,67); }

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

background-color css

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

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

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

border-color css

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

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

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