Html Css Color HEX #2E3E3C Firefly

📋 copy color: '#2E3E3C'

red 46 ◦ green 62 ◦ blue 60

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

Shades of Firefly #2E3E3C

Tints of Firefly #2E3E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.9%

 BLUE value IS 60 (23.83% from 255) = 35.71%

R = 27.38%
G = 36.9%
B = 35.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#2E3E3C (or 0x2E3E3C) is known color: Firefly. HEX triplet: 2E, 3E and 3C. RGB value is (46,62,60). Sum of RGB (Red+Green+Blue) = 46+62+60=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 62 - color contains mainly: green. Hex color #2E3E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3E3C is #D1C1C3. Grayscale: #383838. Windows color (decimal): -13746628 or 3948078. OLE color: 3948078.

HSL color Cylindrical-coordinate representation of color #2E3E3C: hue angle of 172.5º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E3E3C is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 62 60 -
CMYK 0.26 0 0.03 0.76
HSL 172.5º 0.15% 0.21% -
HSV(B) 172.5º 0.26% 0.24% -
XYZ 3.66 4.35 4.92 -
YUV 56.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 46 62 60 0.26 0 0.03 0.76 172.5 0.15 0.21
Hex 2E 3E 3C 1A 0 3 4C AC F 15
Octal 56 76 74 32 0 3 114 254 17 25
Binary 101110 111110 111100 11010 0 11 1001100 10101100 1111 10101

Color Harmonies of #2E3E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3E3C

Black with #2E3E3C

Text Example


Text Example

White with #2E3E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,62,60); }

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

background-color css

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

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

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

border-color css

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

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

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